brain/.env
ghe0 a1e48a7c42
WIP: adding vm updates
finalized code for update but didn't test it
2025-05-07 01:57:20 +03:00

8 lines
177 B
Bash

DB_URL = "localhost:8000"
DB_USER = "root"
DB_PASS = "root"
DB_NAMESPACE = "brain"
DB_NAME = "migration"
CERT_PATH = "./tmp/brain-crt.pem"
CERT_KEY_PATH = "./tmp/brain-key.pem"