mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: add demo account button on onboarding
This commit is contained in:
6
packages/webapp/src/config.ts
Normal file
6
packages/webapp/src/config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const Config = {
|
||||
oneClickDemo: {
|
||||
enable: process.env.REACT_APP_ONE_CLICK_DEMO_ENABLE === 'true',
|
||||
demoUrl: process.env.REACT_APP_DEMO_ACCOUNT_URL || '',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user