Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <profile>
  2. <id>aws-demo</id>
  3. <properties>
  4. <kogio.api.url><url of app></kogio.api.url>
  5. <db.driver>com.mysql.cj.jdbc.Driver</db.driver>
  6. <db.url></db.url>
  7. <db.username><user name></db.username>
  8. <db.password></db.password>
  9. <db.port>3306</db.port>
  10. <db.region>us-east-2</db.region>
  11. <db.host><cloud url>/db.host>
  12. <datasource.bean>awsRDS</datasource.bean>
  13. <rest.scheme>https</rest.scheme>
  14. <api.port>5000</api.port>
  15. </properties>
  16. </profile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement