* prod api url fixed

* deploy config adjusted to production
This commit is contained in:
Danyi Dávid 2018-06-07 14:28:33 +02:00
parent 13af48efbd
commit 9d35efea62
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: 'https://',
apiUrl: 'https://granprize.swedishchamber.hu/api',
};