Skip to content

Commit

Permalink
Providing a default Rails DB name in parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dbroeglin committed Apr 9, 2024
1 parent 4ea20fd commit 23dfcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"value": "${RAILS_MASTER_KEY}"
},
"postgresDatabaseName": {
"value": "${SERVICE_RAILS_DATABASE_NAME}"
"value": "${SERVICE_RAILS_DATABASE_NAME=azure_rails_starter_production}"
}
}
}

0 comments on commit 23dfcac

Please sign in to comment.