Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
chore: set default auth config to start app with zero configuration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Mar 24, 2022
1 parent a82d97e commit d5a2aa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config.ts
Expand Up @@ -29,6 +29,9 @@ export const defaultConfig: Config = {
api: "/api",
plugins: "/plugins",
published: window.origin + "/p/{}/",
auth0Audience: "http://localhost:8080",
auth0Domain: "http://localhost:8080",
auth0ClientId: "reearth-authsrv-client-default",
};

export function convertPasswordPolicy(passwordPolicy?: {
Expand Down

0 comments on commit d5a2aa1

Please sign in to comment.