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