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] [mysql]
host = localhost host = localhost
port = 3306 port = 3306
user = root user = tguser
password = hzc03566 password = jagxor-xokwis-dekqE6
database = tgst01 database = table_game
[jwt] [jwt]
key = your_jwt_secret_key key = jagxor-xokwis-dekqE6
[price] [price]
unit_price = 0.1 unit_price = 0.1

View File

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