We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd3276 commit 70b67f5Copy full SHA for 70b67f5
config/database.yml
@@ -84,3 +84,4 @@ production:
84
database: rails_template_production
85
username: rails_template
86
password: <%= ENV["RAILS_TEMPLATE_DATABASE_PASSWORD"] %>
87
+ encoding: utf8
render.yaml
@@ -9,12 +9,6 @@ services:
9
- key: SECRET_KEY_BASE
10
generateValue: true
11
- key: DATABASE_URL
12
- fromDatabase:
13
- name: db
14
- property: connectionString
+ sync: false
15
- key: WEB_CONCURRENCY
16
value: 2
17
-databases: # this section provides some additional database configuration
18
- - name: db
19
- plan: free
20
- ipAllowList: []
0 commit comments