brain/.sample.env
Noor 9363750d5b
implemented redirect vm methods
Introduces new environment variable to set public endpoint of the brain
refactor redirect validation to db module
validating pubsub node on all vm
fixed some vm tests
2025-06-12 18:44:45 +05:30

10 lines
278 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"
BRAIN_PUBLIC_ENDPOINT = "127.0.0.1:31337"
# ADMIN_PUB_KEYS = "admin_key01, admin_key02, admin_key03"