Skip to content

Commit

Permalink
env vars for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jan 22, 2025
1 parent ec97dd5 commit 4bdf357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
buildCommand: npm install -g pnpm@9 && pnpm install && pnpm build
startCommand: pnpm start
envVars:
- fromGroup: EthFS RPCs
- key: DATABASE_URL
fromDatabase:
name: ethfs-shovel-db
Expand All @@ -21,6 +22,7 @@ services:
dockerfilePath: ./Dockerfile
dockerContext: ./
envVars:
- fromGroup: EthFS RPCs
- key: DATABASE_URL
fromDatabase:
name: ethfs-shovel-db
Expand Down

0 comments on commit 4bdf357

Please sign in to comment.