Init
This commit is contained in:
commit
5e19a4e603
8 changed files with 93 additions and 0 deletions
12
lib/core.pkl
Normal file
12
lib/core.pkl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import "./common.pkl"
|
||||
|
||||
server: common.ServerConfig
|
||||
|
||||
database: String
|
||||
|
||||
permissions: common.PermissionsConfig
|
||||
|
||||
logging: common.LoggingConfig
|
||||
|
||||
/// Leave empty to allow all origins (will always respond with Origin and not "*")
|
||||
origins: Listing<String>
|
||||
Loading…
Reference in a new issue