Initial eth_hedge_sim: P0 market, auth UI, one-click deploy.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'eth-hedge-api',
|
||||
cwd: '/opt/eth_hedge_sim/backend',
|
||||
script: '/opt/eth_hedge_sim/.venv/bin/uvicorn',
|
||||
args: 'app.main:app --host 0.0.0.0 --port 5155',
|
||||
interpreter: 'none',
|
||||
env: {
|
||||
MODE: 'SIM',
|
||||
ENV_NAME: 'test',
|
||||
TZ: 'Asia/Shanghai',
|
||||
},
|
||||
// 密钥与本地配置一律读 /opt/eth_hedge_sim/.env(勿写进本文件)
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user