자산 현황 및 자동매매 페이지 제거:
Some checks failed
Build Push and Restart Compose / deploy (push) Failing after 11m20s
Some checks failed
Build Push and Restart Compose / deploy (push) Failing after 11m20s
- `/templates/pages/asset.html`, `/templates/pages/autotrade.html` HTML 템플릿 삭제. - `/static/js/asset.js`, `/static/js/autotrade.js` 클라이언트 스크립트 제거. - 관련 함수 및 초기화 로직 삭제 (자산 조회 및 자동매매 기능 비활성화).
This commit is contained in:
@@ -19,3 +19,6 @@ CORS_ORIGIN=http://localhost:5173
|
||||
# 관리자 계정
|
||||
ADMIN_ID=admin
|
||||
ADMIN_PASSWORD=
|
||||
|
||||
# PostgreSQL (미설정 시 메모리 모드)
|
||||
DATABASE_URL=postgres://postgres:password@localhost:5432/stocksearch?sslmode=disable
|
||||
|
||||
Reference in New Issue
Block a user