Files
KisStock/backend/.env.example

15 lines
301 B
Plaintext

# Server Config
PORT=80
HOST=0.0.0.0
# Security
ALLOWED_HOSTS=["kis.tindevil.com", "localhost", "127.0.0.1"]
SECRET_KEY=change_this_to_a_secure_random_string
# Database
DATABASE_URL=sqlite+aiosqlite:///./kis_stock.db
# KIS API (Optional here, managed in DB mostly)
# KIS_APP_KEY=
# KIS_APP_SECRET=