| 123456789101112131415161718192021222324252627282930 |
- {
- "parse": {
- "appId": "TARGET_PARSE_APP_ID",
- "masterKey": "TARGET_PARSE_MASTER_KEY",
- "databaseURI": "postgresql://TARGET_DB_USER:TARGET_DB_PASSWORD@TARGET_DB_HOST:5432/TARGET_DB_NAME",
- "serverURL": "http://localhost:3000/parse",
- "masterKeyIps": ["0.0.0.0/0", "::/0"],
- "allowHeaders": ["*"],
- "allowOrigin": "*",
- "port": 3000,
- "allowClientClassCreation": true,
- "enableAnonymousUsers": false,
- "allowExpiredAuthDataToken": false,
- "revokeSessionOnPasswordReset": true,
- "cloud": "./cloud/main.js"
- },
- "relay": {
- "baseUrl": "https://server.fmode.cn",
- "auth": "Bearer sk-TARGET_RELAY_SK",
- "sorftimePath": "/api/voc-ecom/forward",
- "tikhubBasePath": "/api/voc-social",
- "timeoutMs": 30000,
- "maxRetries": 1,
- "_comment": "sk 仅保存在客户后端;前端 runtime-config 不得包含此字段"
- },
- "apiLogLevel": "ERROR",
- "environment": "production",
- "debug": false,
- "logLevel": "info"
- }
|