# bw_config.py — GENERATED from bw-app.toml by new-bw-app.sh. Do not hand-edit;
# edit bw-app.toml and re-run the scaffolder. This is the one file it rewrites.

APP_NAME = 'ticket'
APP_TITLE = 'Ticket'
OWNER = 'rian'
HOST = 'ticket.bowden.works'

HAS_INSTANCES = True
INSTANCE_NOUN = 'project'
INSTANCE_NOUN_PLURAL = 'projects'
INSTANCE_CREATOR_LEVEL = ''

VIEW_AS = True
INVITES = True
HUB_REPORTING = True
DIRECTORY_SCOPE = 'own'

SEED_LEVELS = {
    "admin": {
        "permissions": [
            "accounts.view",
            "accounts.add",
            "accounts.delete",
            "accounts.reset_password",
            "accounts.change_level",
            "accounts.view_as",
            "instances.create",
            "instances.grant",
            "instances.default_all",
            "instances.change_user_level"
        ],
        "assignable": [
            "member"
        ]
    },
    "member": {
        "permissions": [],
        "assignable": []
    }
}
