feat: demo page switch
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
const Config = {
|
||||
apiServer: process.env.NEXT_PUBLIC_BACKEND_ORIGIN || 'http://localhost:8001',
|
||||
|
||||
// set 'NEXT_PUBLIC_IS_DEMO=true' in frontend/.env
|
||||
isDemoSite: process.env.NEXT_PUBLIC_IS_DEMO === 'true' || false,
|
||||
};
|
||||
|
||||
export default Config;
|
||||
|
||||
Reference in New Issue
Block a user