29 lines
293 B
YAML
29 lines
293 B
YAML
server:
|
|
host: "localhost"
|
|
port: 3000
|
|
portfrontend: "http://localhost:8000"
|
|
keypassword: ""
|
|
|
|
admin:
|
|
username:
|
|
email:
|
|
password:
|
|
fullname:
|
|
|
|
jwt:
|
|
secretkey:
|
|
expirehours:
|
|
|
|
database:
|
|
username:
|
|
password:
|
|
name:
|
|
host:
|
|
port:
|
|
|
|
cache:
|
|
username:
|
|
password:
|
|
host:
|
|
port:
|