Skip to content

Instantly share code, notes, and snippets.

@feliperazeek
Created February 6, 2016 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feliperazeek/5fc643ca6091d64ffcd2 to your computer and use it in GitHub Desktop.
Save feliperazeek/5fc643ca6091d64ffcd2 to your computer and use it in GitHub Desktop.
spring_profiles: postgresql
database:
driverClassName: org.postgresql.Driver
url: jdbc:postgresql://uaa.ccbvglwadavl.us-west-2.rds.amazonaws.com:5432:/uaa
username: uaa
password: uaauaauaa
jwt:
token:
signing-key: key
verification-key: key
oauth:
client:
override: true
clients:
admin:
authorized-grant-types: client_credentials
authorities: clients.read,clients.write,clients.secret,uaa.admin
id: admin
secret: adm!n123
scim:
username_pattern: '[a-z0-9+\-_.@]+'
users:
- admin|adm!n123|scim.write,scim.read,openid,cloud_controller.admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment