mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
6 lines
167 B
TOML
6 lines
167 B
TOML
[tools]
|
|
python = {version="3.12", virtualenv=".venv"}
|
|
|
|
[env]
|
|
ENV_FILE = "{{config_root}}/envs/local-envs.env"
|
|
DATABASE_URL = "sqlite:///{{config_root}}/db/db.sqlite3"
|