mirror of https://github.com/ghostfolio/ghostfolio
7 changed files with 26 additions and 12 deletions
@ -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