Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
matbrgz committed Sep 22, 2023
1 parent a9ca39b commit ea2922e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions templates/pupilfirst/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ export function generate(input: Input): Output {
`RAILS_LOG_TO_STDOUT=true`,
`RAILS_SERVE_STATIC_FILES=true`,
`ASSET_HOST=$(PRIMARY_DOMAIN)`,
`DATABASE_NAME=$(PROJECT_NAME)`,
`DATABASE_USERNAME=postgres`,
`DATABASE_PASSWORD=${databasePassword}`,
`DATABASE_HOST=$(PROJECT_NAME)_${input.databaseServiceName}`,
`DATABASE_URL=postgresql://${DATABASE_USERNAME}:${DATABASE_PASSWORD}@${DATABASE_HOST}:5432/${DATABASE_NAME}?sslmode=require`,
`DATABASE_URL=postgres://postgres:${databasePassword}@$(PROJECT_NAME)_${input.databaseServiceName}:5432/$(PROJECT_NAME)`,
`DEFAULT_SENDER_EMAIL_ADDRESS=${input.defaultSenderEmail}`,
`I18N_AVAILABLE_LOCALES=${input.avaliableLanguage}`,
`I18N_DEFAULT_LOCALE=${input.defaultLanguage}`,
Expand Down

0 comments on commit ea2922e

Please sign in to comment.