Base Project
This commit is contained in:
28
configs/yaml/config.example.yaml
Normal file
28
configs/yaml/config.example.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user