Skip to content

Instantly share code, notes, and snippets.

@andyshinn
Created September 7, 2016 18:16
Show Gist options
  • Save andyshinn/18796e0b6b3342a2a1ff6b51ad174917 to your computer and use it in GitHub Desktop.
Save andyshinn/18796e0b6b3342a2a1ff6b51ad174917 to your computer and use it in GitHub Desktop.
---
security:
user:
password: appdefault
---
spring:
profiles: test
security:
user:
password: apptest
---
spring:
profiles: production
security:
user:
password: appprod
---
user:
timezone: America/Los_Angeles
security:
user:
password: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment