mirror of
https://github.com/enpaul/keyosk.git
synced 2024-11-05 14:17:08 +00:00
Ethan Paul
71d6ed4e3c
Document token model Fix typo accessing incorrect crypto hash in passlib Fix cyclical import around domain admin settings Deprecate unused token usage enum Document constants module Fix typing errors in fields module Fix creation order of database models Add uuid default factory for uuid field
6 lines
120 B
Python
6 lines
120 B
Python
"""Constant parameter definitions"""
|
|
|
|
DEFAULT_CONFIG_PATH = "/etc/keyosk/conf.toml"
|
|
|
|
ENV_CONFIG_PATH = "KYSK_CONF_PATH"
|