add section admin permission
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
spring:
|
||||
cloud:
|
||||
compatibility-verifier:
|
||||
enabled: false
|
||||
datasource:
|
||||
url: jdbc:postgresql://${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
|
||||
username: ${POSTGRES_USER}
|
||||
@@ -13,4 +16,7 @@ server:
|
||||
|
||||
jwt:
|
||||
secret: Z29nb3Bvd2VycmFuZ2VydHVtYmF5YW1iZjMyNDIyMjh3aW5lcndpbmVy
|
||||
expiration: 3600000
|
||||
expiration: 3600000
|
||||
|
||||
nocopy-dashboard:
|
||||
url: http://localhost:3001
|
||||
Reference in New Issue
Block a user