databag/net/server/internal/config_keys.go

11 lines
266 B
Go
Raw Normal View History

2022-01-12 07:04:27 +00:00
package databag
2022-01-12 21:12:40 +00:00
const CONFIG_BODYLIMIT = 1048576
const CONFIG_CONFIGURED = "configured"
2022-01-12 07:04:27 +00:00
const CONFIG_USERNAME = "username"
const CONFIG_PASSWORD = "password"
2022-01-12 21:12:40 +00:00
const CONFIG_DOMAIN = "domain"
const CONFIG_PUBLICLIMIT = "public_limit"
const CONFIG_STORAGE = "storage"