Added .env file

This commit is contained in:
Kamil Klecha
2021-10-14 21:44:53 +02:00
parent 49cc0fd873
commit 07bd306d36
2 changed files with 4 additions and 0 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
VUE_CITY_ID_RESOLVER=https://owm-finder.kamilklecha.dev/city
VUE_API_KEY=<key>

2
.gitignore vendored
View File

@@ -21,3 +21,5 @@ pnpm-debug.log*
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
.env