14 lines
269 B
Text
14 lines
269 B
Text
module emgauwa.core
|
|
|
|
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>
|