* no idea what

This commit is contained in:
Dávid Danyi 2019-06-20 13:15:46 +02:00
parent 1a357f4121
commit cf7ec832b2
3 changed files with 9 additions and 9 deletions

View File

@ -20,10 +20,10 @@ host('mtas')
->stage('production') ->stage('production')
->user('edvidan') ->user('edvidan')
->forwardAgent() ->forwardAgent()
->set('ng_basehref', '/mtas/') ->set('ng_basehref', '/mtastv/')
->set('ng_configuration', 'production') ->set('ng_configuration', 'production')
->set('env_vars', 'NODE_ENV=production') ->set('env_vars', 'NODE_ENV=production')
->set('deploy_path', '/proj/webdocs/mtoolbox/mtastv/frontend'); ->set('deploy_path', '/proj/webdocs/mtoolbox/root/mtastv-inst/frontend');
host('vasgyuro.tsp') host('vasgyuro.tsp')
->stage('staging') ->stage('staging')

View File

@ -16,12 +16,12 @@ RewriteCond %{REQUEST_URI}::$1 ^(/.+)(.+)::\2$
RewriteRule ^(.*) - [E=BASE:%1] RewriteRule ^(.*) - [E=BASE:%1]
RewriteRule ^(.*)$ %{ENV:BASE}index.html [NC,L] RewriteRule ^(.*)$ %{ENV:BASE}index.html [NC,L]
<Limit GET POST PUT DELETE HEAD OPTIONS> #<Limit GET POST PUT DELETE HEAD OPTIONS>
Require all granted # Require all granted
</Limit> #</Limit>
<LimitExcept GET POST PUT DELETE HEAD OPTIONS> #<LimitExcept GET POST PUT DELETE HEAD OPTIONS>
Require all denied # Require all denied
</LimitExcept> #</LimitExcept>
<Files revision.json> <Files revision.json>
FileETag None FileETag None

View File

@ -1,5 +1,5 @@
export const environment = { export const environment = {
production: true, production: true,
apiUrl: 'https://mtoolbox.rnd.ki.sw.ericsson.se/mtastv/api/current/public', apiUrl: 'https://mtoolbox.rnd.ki.sw.ericsson.se/mtastv-api',
commitTrackerApiUrl: 'https://mtas-trex.rnd.ki.sw.ericsson.se:8080/committracker/api/' commitTrackerApiUrl: 'https://mtas-trex.rnd.ki.sw.ericsson.se:8080/committracker/api/'
}; };