6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
|
|
const config = {
|
||
|
|
appUrl: process.env.APP_URL || 'http://localhost:4000',
|
||
|
|
entityId: process.env.ENTITY_ID || 'http://saml.example.com',
|
||
|
|
}
|
||
|
|
|
||
|
|
export default config;
|