Add projects
This commit is contained in:
parent
2d3a9ad623
commit
8b607dd700
1802 changed files with 503346 additions and 2 deletions
16
backend/config.dev.yaml
Normal file
16
backend/config.dev.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
host: "127.0.0.1"
|
||||
port: 8317
|
||||
|
||||
remote-management:
|
||||
allow-remote: false
|
||||
secret-key: ""
|
||||
disable-control-panel: false
|
||||
|
||||
auth-dir: ".dev/auths"
|
||||
|
||||
api-keys:
|
||||
- "dev-api-key"
|
||||
|
||||
plugins:
|
||||
enabled: true
|
||||
dir: ".dev/plugins"
|
||||
Loading…
Reference in a new issue