Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 14, 2023
1 parent eb56ac0 commit 21c73d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CreatorKit/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"AllowedHosts": "*",
"AppData": {
"PublicBaseUrl": "https://creatorkit.netcore.io",
"BaseUrl": "https://creatorkit.netcore.io",
"WebsiteBaseUrl": "https://razor-ssg.web-templates.io"
"PublicBaseUrl": "https://creatorkit.servicestack.net",
"BaseUrl": "https://creatorkit.servicestack.net",
"WebsiteBaseUrl": "https://servicestack.net"
},
"CorsFeature": {
"allowedHeaders": "Content-Type,Authorization",
Expand All @@ -20,8 +20,8 @@
"http://localhost:8080"
]
},
"oauth.RedirectUrl": "https://creatorkit.netcore.io/",
"oauth.CallbackUrl": "https://creatorkit.netcore.io/auth/{0}",
"oauth.RedirectUrl": "https://creatorkit.servicestack.net/",
"oauth.CallbackUrl": "https://creatorkit.servicestack.net/auth/{0}",
"oauth.facebook.Permissions": [ "email", "public_profile" ],
"oauth.facebook.AppId": "951443166072227",
"oauth.microsoftgraph.AppId": "52059a5d-d156-4e7e-b41e-3f91b289e2fe",
Expand Down

0 comments on commit 21c73d7

Please sign in to comment.