Update application.yml
This commit is contained in:
parent
126233cf6c
commit
8f99163df7
@ -20,3 +20,34 @@ server:
|
|||||||
guest:
|
guest:
|
||||||
username: guest
|
username: guest
|
||||||
password: guestpass
|
password: guestpass
|
||||||
|
---
|
||||||
|
application:
|
||||||
|
profiles:
|
||||||
|
- dev
|
||||||
|
- test
|
||||||
|
- prod
|
||||||
|
- 1
|
||||||
|
- 2
|
||||||
|
team:
|
||||||
|
-
|
||||||
|
- James
|
||||||
|
- Matthew
|
||||||
|
- Olivia
|
||||||
|
-
|
||||||
|
- Natalie
|
||||||
|
- Brittany
|
||||||
|
- Christian
|
||||||
|
users:
|
||||||
|
-
|
||||||
|
username: admin
|
||||||
|
password: admin@10@
|
||||||
|
roles:
|
||||||
|
- READ
|
||||||
|
- WRITE
|
||||||
|
- VIEW
|
||||||
|
- DELETE
|
||||||
|
-
|
||||||
|
username: guest
|
||||||
|
password: guest@01
|
||||||
|
roles:
|
||||||
|
- VIEW
|
Loading…
x
Reference in New Issue
Block a user