| 123456789101112131415161718192021 |
- {
- "parse": {
- "appId": "lami-zhiwen",
- "masterKey": "5s1gfOasPqx9JKsA",
- "databaseURI": "postgres://lami_zhiwen:Zhiwen2026@pgm-uf600l6p8166oht5.pg.rds.aliyuncs.com/lami_rz",
- "serverURL": "http://localhost:3003/parse",
- "masterKeyIps": ["0.0.0.0/0", "::/0"],
- "allowHeaders": ["*"],
- "allowOrigin": "*",
- "port": 3003,
- "allowClientClassCreation": true,
- "enableAnonymousUsers": true,
- "allowExpiredAuthDataToken": false,
- "revokeSessionOnPasswordReset": false,
- "cloud": "./cloud/main.js"
- },
- "apiLogLevel": "ALL",
- "environment": "development",
- "debug": true,
- "logLevel": "debug"
- }
|