Update uaa.yml
This commit is contained in:
parent
c6a54656f2
commit
700a9530d7
|
@ -1,12 +1,7 @@
|
||||||
issuer:
|
issuer:
|
||||||
uri: http://localhost:8080/uaa
|
uri: http://localhost:8080/uaa
|
||||||
|
|
||||||
spring_profiles: postgresql,default
|
spring_profiles: default,hsqldb
|
||||||
|
|
||||||
database.driverClassName: org.postgresql.Driver
|
|
||||||
database.url: jdbc:postgresql:uaadb2
|
|
||||||
database.username: postgres
|
|
||||||
database.password: postgres
|
|
||||||
|
|
||||||
encryption:
|
encryption:
|
||||||
active_key_label: CHANGE-THIS-KEY
|
active_key_label: CHANGE-THIS-KEY
|
||||||
|
|
Loading…
Reference in New Issue