Skip to content

Commit

Permalink
fix: parse server configuration fix
Browse files Browse the repository at this point in the history
Closes #834
  • Loading branch information
sogunshola committed Nov 21, 2022
1 parent bb045cb commit 0d5deeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/parse-server-migration/src/parseServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const parseServer = new ParseServer({
databaseURI: config.DATABASE_URI,
cloud: config.CLOUD_PATH,
serverURL: config.SERVER_URL,
publicServerURL: config.SERVER_URL,
appId: config.APPLICATION_ID,
masterKey: config.MASTER_KEY,
auth: {
Expand Down

0 comments on commit 0d5deeb

Please sign in to comment.