User Auth Done
This commit is contained in:
6
backend/app/core/config.py
Normal file
6
backend/app/core/config.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
|
||||
DATABASE_URL = "postgresql://postgres:M%40triXPostgr3s%406202@103.125.129.116:5333/stock_scanner"
|
||||
SECRET_KEY = "stock-scanner-super-secret-key-12345"
|
||||
ALGORITHM = "HS256"
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES = 60
|
||||
Reference in New Issue
Block a user