mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
testing cms url with dotenv
This commit is contained in:
@@ -125,6 +125,13 @@ const config = {
|
||||
},
|
||||
|
||||
themes: ['docusaurus-theme-openapi-docs', '@docusaurus/theme-mermaid'],
|
||||
customFields: {
|
||||
'AUTH_USERNAME': process.env.AUTH_USERNAME,
|
||||
'AUTH_PASSWORD': process.env.AUTH_PASSWORD,
|
||||
'ENDPOINT_OVERRIDE': process.env.ENDPOINT_OVERRIDE,
|
||||
'SAMPLE_TABLE': process.env.SAMPLE_TABLE,
|
||||
'CMS_APP_API_ENDPOINT': process.env.CMS_APP_API_ENDPOINT,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user