add section admin permission

This commit is contained in:
2026-05-09 12:24:39 +07:00
parent c47c09bd8c
commit 8f8ecc94b7
2 changed files with 10 additions and 5 deletions
+8 -4
View File
@@ -3,16 +3,20 @@ spring:
compatibility-verifier:
enabled: false
datasource:
url: jdbc:postgresql://${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
username: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
url: jdbc:postgresql://${POSTGRES_HOST:db}:${POSTGRES_PORT:5454}/${POSTGRES_DB:admin_db}
username: ${POSTGRES_USER:admin}
password: ${POSTGRES_PASSWORD:adminDbApp}
jpa:
hibernate:
ddl-auto: update
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
format_sql: true
server:
port: 8082
port: ${SERVER_PORT:8082}
jwt:
secret: Z29nb3Bvd2VycmFuZ2VydHVtYmF5YW1iZjMyNDIyMjh3aW5lcndpbmVy