백엔드 전체 구현 완료: 내부 서비스(Auth, Client, Realtime), API 엔드포인트 및 스케줄러 구현
This commit is contained in:
14
backend/.env.example
Normal file
14
backend/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user