From 4bdf357ccb04d765ae82aaf1a8a12d9d4701a30b Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Wed, 22 Jan 2025 22:10:25 +0000 Subject: [PATCH] env vars for everyone --- render.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/render.yaml b/render.yaml index c3d3714..33f0438 100644 --- a/render.yaml +++ b/render.yaml @@ -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 @@ -21,6 +22,7 @@ services: dockerfilePath: ./Dockerfile dockerContext: ./ envVars: + - fromGroup: EthFS RPCs - key: DATABASE_URL fromDatabase: name: ethfs-shovel-db