Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
Update OAuth domain
  • Loading branch information
Layoric committed Jun 26, 2023
1 parent 446395e commit 2e3e1e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 @@ -19,13 +19,13 @@
"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",
"oauth.microsoftgraph.SavePhoto": "true",
"oauth.microsoftgraph.SavePhotoSize": "96x96",
"oauth.google.ConsumerKey": "57361008107-pn1ctlsvh3dd65tog2rf270l89gljacu.apps.googleusercontent.com",
"smtp": {}
}
}

0 comments on commit 2e3e1e0

Please sign in to comment.