* 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')
|
||||
->stage('production')
|
||||
->user('edvidan')
|
||||
->user('vcreatives')
|
||||
->forwardAgent()
|
||||
->set('ng_basehref', '/admin/')
|
||||
->set('env_vars', 'NODE_ENV=production')
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://',
|
||||
apiUrl: 'https://granprize.swedishchamber.hu/api',
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user