config.json 879 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "parse": {
  3. "appId": "TARGET_PARSE_APP_ID",
  4. "masterKey": "TARGET_PARSE_MASTER_KEY",
  5. "databaseURI": "postgresql://TARGET_DB_USER:TARGET_DB_PASSWORD@TARGET_DB_HOST:5432/TARGET_DB_NAME",
  6. "serverURL": "http://localhost:3000/parse",
  7. "masterKeyIps": ["0.0.0.0/0", "::/0"],
  8. "allowHeaders": ["*"],
  9. "allowOrigin": "*",
  10. "port": 3000,
  11. "allowClientClassCreation": true,
  12. "enableAnonymousUsers": false,
  13. "allowExpiredAuthDataToken": false,
  14. "revokeSessionOnPasswordReset": true,
  15. "cloud": "./cloud/main.js"
  16. },
  17. "relay": {
  18. "baseUrl": "https://server.fmode.cn",
  19. "auth": "Bearer sk-TARGET_RELAY_SK",
  20. "sorftimePath": "/api/voc-ecom/forward",
  21. "tikhubBasePath": "/api/voc-social",
  22. "timeoutMs": 30000,
  23. "maxRetries": 1
  24. },
  25. "apiLogLevel": "ERROR",
  26. "environment": "production",
  27. "debug": false,
  28. "logLevel": "info"
  29. }