parent
a969b87ecd
commit
dfe96c6997
@ -1,4 +1,7 @@
|
||||
import { DEFAULT_HOST, DEFAULT_PORT } from '@ghostfolio/common/config';
|
||||
|
||||
export const environment = {
|
||||
production: true,
|
||||
rootUrl: `http://${DEFAULT_HOST}:${DEFAULT_PORT}`,
|
||||
version: `${require('../../../../package.json').version}`
|
||||
};
|
||||
|
@ -1,4 +1,7 @@
|
||||
import { DEFAULT_HOST } from '@ghostfolio/common/config';
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
rootUrl: `https://${DEFAULT_HOST}:4200`,
|
||||
version: 'dev'
|
||||
};
|
||||
|
Loading…
Reference in new issue