Skip to content

Commit d1cd020

Browse files
committed
feat: add environment configuration for Firebase functions
1 parent 25cc11b commit d1cd020

4 files changed

Lines changed: 32 additions & 392 deletions

File tree

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VITE_BASE_URL_FUNCTION=http://127.0.0.1:5001/things-to-complete/us-central1/

.env.production

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VITE_BASE_URL_FUNCTION=https://us-central1-things-to-complete.cloudfunctions.net/

functions/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ typings/
77

88
# Node.js dependency directory
99
node_modules/
10-
*.local
10+
*.local
11+
12+
*.log

0 commit comments

Comments
 (0)