Skip to content

Commit

Permalink
Update backend-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Nov 25, 2023
1 parent 353a668 commit 1433e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion backend/functions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ typings/
# Node.js dependency directory
node_modules/

.env
.env
.env.production
4 changes: 1 addition & 3 deletions backend/functions/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ export const baseTimeoutSeconds = defineInt("BASE_TIMEOUT_SECONDS", {
});
export const baseVersion = defineString("BASE_VERSION");

export const baseServiceAccount = defineString("BASE_SERVICE_ACCOUNT", {
default: `${projectID.value()}@appspot.gserviceaccount.com`,
});
export const baseServiceAccount = defineString("BASE_SERVICE_ACCOUNT");

// add any additional origins
export const allowedOrigins = baseOrigins.value()
Expand Down

0 comments on commit 1433e23

Please sign in to comment.