13 lines
248 B
Text
13 lines
248 B
Text
|
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>
|