This commit is contained in:
haochen 2025-03-10 09:19:55 +08:00
parent 686c8fd07a
commit 7a06b293bb
2 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
[mysql]
host = localhost
port = 3306
user = root
password = hzc03566
database = tgst01
user = tguser
password = jagxor-xokwis-dekqE6
database = table_game
[jwt]
key = your_jwt_secret_key
key = jagxor-xokwis-dekqE6
[price]
unit_price = 0.1

View File

@ -1,5 +1,5 @@
import os
class Config:
SECRET_KEY = os.getenv('SECRET_KEY', 'your-secret-key')
BASE_API_URL = os.getenv('BASE_API_URL', 'http://192.168.5.16:8000')
SECRET_KEY = os.getenv('SECRET_KEY', 'jagxor-xokwis-dekqE6')
BASE_API_URL = os.getenv('BASE_API_URL', 'http://127.0.0.1:8000')