module.exports.oauth = {
|
useNewAuthentication: false,
|
issuer: "http://localhost:3000/auth",
|
clientId: "furnplan-web-f46f4caf",
|
clientSecret: "8195fdedd03527ac14f88ac61a30f7e94a66448a453e6e993d61dc241e7727bf",
|
redirectUri: "http://localhost/auth/callback",
|
"postLogoutRedirectURIs": ["http://localhost/auth/login"]
|
};
|