spring:
profiles: development
datasource:
db:
username: test
password: test
url: jdbc:postgresql://localhost:6432/test_ex
driver: org.postgresql.Driver
---
spring:
profiles: production
datasource:
db:
username: test
password: test
url: jdbc:postgresql://localhost:5432/production_db
driver: org.postgresql.Driver
datasource:
db:
username: test
password: test
url: jdbc:postgresql://localhost:6432/test_ex
driver: org.postgresql.Driverusername: ${dbUserName:test}--
---
You received this message because you are subscribed to the Google Groups "Ebean ORM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ebean+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.