From 6fcd957d22c96c5e9657953b883c6b83df499f9c Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sat, 21 May 2022 11:55:59 -0400 Subject: [PATCH] Fix things --- render.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/render.yaml b/render.yaml index 7b09ae6..26ac5a8 100644 --- a/render.yaml +++ b/render.yaml @@ -69,7 +69,7 @@ services: property: connectionString - key: DATABASE_CONNECTION_POOL_URL # This is temporary and should be overwritten fromDatabase: - name: apollo + name: srv.postgres property: connectionString scaling: minInstances: 1 @@ -93,7 +93,7 @@ services: property: connectionString - key: DATABASE_CONNECTION_POOL_URL # This is temporary and should be overwritten fromDatabase: - name: apollo + name: srv.postgres property: connectionString scaling: minInstances: 1 @@ -117,7 +117,7 @@ services: property: connectionString - key: DATABASE_CONNECTION_POOL_URL # This is temporary and should be overwritten fromDatabase: - name: apollo + name: srv.postgres property: connectionString scaling: minInstances: 1 @@ -141,7 +141,7 @@ services: property: connectionString - key: DATABASE_CONNECTION_POOL_URL # This is temporary and should be overwritten fromDatabase: - name: apollo + name: srv.postgres property: connectionString buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo startCommand: panic-monitor ./apollo scheduler @@ -161,7 +161,7 @@ services: property: connectionString - key: DATABASE_CONNECTION_POOL_URL # This is temporary and should be overwritten fromDatabase: - name: apollo + name: srv.postgres property: connectionString buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo startCommand: panic-monitor ./apollo worker --queue users --multiplier 16 @@ -181,7 +181,7 @@ services: property: connectionString - key: DATABASE_CONNECTION_POOL_URL # This is temporary and should be overwritten fromDatabase: - name: apollo + name: srv.postgres property: connectionString scaling: minInstances: 1 @@ -205,7 +205,7 @@ services: property: connectionString - key: DATABASE_CONNECTION_POOL_URL # This is temporary and should be overwritten fromDatabase: - name: apollo + name: srv.postgres property: connectionString scaling: minInstances: 1