From 0c480339218866b2bfa856c0e82d0f53f9ae12e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Tue, 15 Jun 2021 08:32:05 +0200 Subject: [PATCH] la til env.local [skip ci] --- .env.local | 3 +++ .gitignore | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .env.local diff --git a/.env.local b/.env.local new file mode 100644 index 00000000..d131c338 --- /dev/null +++ b/.env.local @@ -0,0 +1,3 @@ +VUE_APP_API_PREFIX=https://dev.ordbok.uib.no +VUE_APP_VERSION_LABEL=LOCAL +VUE_APP_RELEASE=test diff --git a/.gitignore b/.gitignore index da9593d5..1c287061 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,8 @@ node_modules /dist # local env files -.env.local -.env.*.local +#.env.local +#.env.*.local # Log files npm-debug.log* @@ -22,3 +22,4 @@ yarn-error.log* package-lock.json +*.iml -- GitLab