Files
ai_game/server/container.config.json

27 lines
653 B
JSON
Raw Permalink Normal View History

{
"containerPort": 3000,
"dockerfilePath": "Dockerfile",
"buildDir": "",
"minNum": 0,
"maxNum": 10,
"cpu": 0.5,
"mem": 1,
"policyType": "cpu",
"policyThreshold": 60,
"envParams": {
"SERVER_HOST": "0.0.0.0",
"SERVER_PORT": "3000",
"DEBUG": "False",
"DB_HOST": "10.45.108.178",
"DB_PORT": "3306",
"DB_USER": "root",
"DB_PASSWORD": "!Lgd20020523",
"DB_NAME": "stardom_story",
"AI_SERVICE_ENABLED": "True",
"AI_PROVIDER": "deepseek",
"DEEPSEEK_API_KEY": "sk-a685e8a0e97e41e4b3cb70fa6fcc3af1",
"DEEPSEEK_BASE_URL": "https://api.deepseek.com/v1",
"DEEPSEEK_MODEL": "deepseek-chat"
}
}