* prod api url fixed
* deploy config adjusted to production
This commit is contained in:
parent
13af48efbd
commit
9d35efea62
@ -26,7 +26,7 @@ host('alfheim')
|
|||||||
|
|
||||||
host('granprize')
|
host('granprize')
|
||||||
->stage('production')
|
->stage('production')
|
||||||
->user('edvidan')
|
->user('vcreatives')
|
||||||
->forwardAgent()
|
->forwardAgent()
|
||||||
->set('ng_basehref', '/admin/')
|
->set('ng_basehref', '/admin/')
|
||||||
->set('env_vars', 'NODE_ENV=production')
|
->set('env_vars', 'NODE_ENV=production')
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: 'https://',
|
apiUrl: 'https://granprize.swedishchamber.hu/api',
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user