6 lines
118 B
Python
6 lines
118 B
Python
from pathlib import Path
|
|
|
|
CFG_ROOT = Path("/data/cfg")
|
|
DATA_ROOT = Path("/data")
|
|
TRAEFIK_PATH = Path("/data/traefik")
|