Skip to content

Commit

Permalink
fix: Fider changed an env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Jun 2, 2022
1 parent ed8a6da commit 34bb9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/services/[id]/fider/start.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const post: RequestHandler = async (event) => {
fider: {
image: `${image}:${version}`,
environmentVariables: {
HOST_DOMAIN: domain,
BASE_URL: domain,
DATABASE_URL: `postgresql://${postgresqlUser}:${postgresqlPassword}@${id}-postgresql:5432/${postgresqlDatabase}?sslmode=disable`,
JWT_SECRET: `${jwtSecret.replace(/\$/g, '$$$')}`,
EMAIL_NOREPLY: emailNoreply,
Expand Down

0 comments on commit 34bb9f3

Please sign in to comment.