Skip to content
Snippets Groups Projects
Commit 0fcd728c authored by Charlie Root's avatar Charlie Root
Browse files

productionUrl a apiUrl se predavaji pres ENV

parent 00d500bf
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@ const appConfig = {
description: 'Přehled toho nejdůležitějšího, na čem Piráti pracují nejen v Poslanecké sněmovně.',
//apiUrl: process.env.NODE_ENV === 'development' ? 'http://127.0.0.1:8000/api/' : 'https://admin.piratipracuji.cz/api/',
//apiUrl: 'https://admin.piratipracuji.cz/api/',
//apiUrl: 'http://192.168.1.106:5005',
//apiUrl: 'http://192.168.1.125:3001',
apiUrl: 'https://redmineapi.mfnet.cz/',
productionUrl: 'https://www.piratipracuji.cz',
apiUrl: process.env.API_URL || 'https://redmineapi.mfnet.cz/',
//apiUrl: 'https://redmineapi.mfnet.cz/',
productionUrl: process.env.BASE_URL || 'https://www.piratipracuji.cz',
//productionUrl: 'https://www.piratipracuji.cz',
//productionUrl: 'https://piratiliberec.mfnet.cz',
googleAnalyticsId: 'UA-72526071-32',
sentryDns: 'https://69eede94c351441295a3282449be6335@sentry.io/1365349',
......@@ -64,7 +64,6 @@ module.exports = {
*/
css: [
'modern-normalize/modern-normalize.css',
//'@/assets/fonts/roboto.css',
'@/assets/scss/global.scss',
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment