mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
7 lines
177 B
TypeScript
7 lines
177 B
TypeScript
export const Config = {
|
|
oneClickDemo: {
|
|
enable: process.env.REACT_APP_ONE_CLICK_DEMO_ENABLE === 'true',
|
|
demoUrl: process.env.REACT_APP_DEMO_ACCOUNT_URL || '',
|
|
},
|
|
};
|