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 bcd2e24 commit c141707Copy full SHA for c141707
config/database.yml
@@ -95,6 +95,7 @@ production:
95
primary: &primary_production
96
<<: *default
97
url: <%= ENV["DATABASE_URL"] %>
98
+ encoding: utf8
99
cache:
100
<<: *primary_production
101
database: rails_8_template_production_cache
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