config.json 633 B

123456789101112131415161718192021
  1. {
  2. "parse": {
  3. "appId": "lami-zhiwen",
  4. "masterKey": "5s1gfOasPqx9JKsA",
  5. "databaseURI": "postgres://lami_zhiwen:Zhiwen2026@pgm-uf600l6p8166oht5.pg.rds.aliyuncs.com/lami_rz",
  6. "serverURL": "http://localhost:3003/parse",
  7. "masterKeyIps": ["0.0.0.0/0", "::/0"],
  8. "allowHeaders": ["*"],
  9. "allowOrigin": "*",
  10. "port": 3003,
  11. "allowClientClassCreation": true,
  12. "enableAnonymousUsers": true,
  13. "allowExpiredAuthDataToken": false,
  14. "revokeSessionOnPasswordReset": false,
  15. "cloud": "./cloud/main.js"
  16. },
  17. "apiLogLevel": "ALL",
  18. "environment": "development",
  19. "debug": true,
  20. "logLevel": "debug"
  21. }