SimpleNotes/api/resources/application.yaml

23 lines
298 B
YAML

env: staging
database:
host: 127.0.0.1
port: 3306
name: Notes
username: test
password: test
server:
host: 0.0.0.0
port: 8081
jwt:
secret: ${random.string(25)}
auth:
validity: 1
unit: HOURS
refresh:
validity: 15
unit: DAYS