Commit 8d93ffc4 authored by bunchaP's avatar bunchaP
Browse files

update profile for production

Showing with 13 additions and 0 deletions
+13 -0
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment