Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rbl-cms
cms-backend
Commits
8d93ffc4
Commit
8d93ffc4
authored
10 months ago
by
bunchaP
Browse files
Options
Download
Email Patches
Plain Diff
update profile for production
parent
00fcea48
main
CareerAgentBenefit
Monthly-Bonus
Quarterly-Bonus
Yearly-Bonus
dev
feature/active-agent
feature/convert-object
feature/director-recuiting
feature/download-50tawi
feature/merge-service
feature/prod_fix_refresh_expired
feature/reload-jbpm
feature/report
uat
PROD_20240801_V1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+13
-0
pom.xml
with
13 additions
and
0 deletions
+13
-0
pom.xml
View file @
8d93ffc4
...
...
@@ -233,6 +233,19 @@
<report.onedrive.path.prefix>
UAT
</report.onedrive.path.prefix>
</properties>
</profile>
<profile>
<id>
prod
</id>
<activation>
<activeByDefault>
false
</activeByDefault>
</activation>
<properties>
<database.datasource.jdbcUrl>
jdbc:postgresql://ec2-44-216-158-24.compute-1.amazonaws.com:5432/d6um44j6fsq2pk
</database.datasource.jdbcUrl>
<database.datasource.username>
uba18vmj1st0vc
</database.datasource.username>
<database.datasource.password>
p7e8c4269b2a156d7b191c428357f6031590cf92faf29a061e01f2a40845e5dbf
</database.datasource.password>
<report.onedrive.path.prefix>
PROD
</report.onedrive.path.prefix>
</properties>
</profile>
<profile>
<id>
deploy
</id>
<activation>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help