Skip to content

Commit c141707

Browse files
author
github-actions
committed
update with project-syncing action
1 parent bcd2e24 commit c141707

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

config/database.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ production:
9595
primary: &primary_production
9696
<<: *default
9797
url: <%= ENV["DATABASE_URL"] %>
98+
encoding: utf8
9899
cache:
99100
<<: *primary_production
100101
database: rails_8_template_production_cache

render.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ services:
99
- key: SECRET_KEY_BASE
1010
generateValue: true
1111
- key: DATABASE_URL
12-
fromDatabase:
13-
name: db
14-
property: connectionString
12+
sync: false
1513
- key: WEB_CONCURRENCY
1614
value: 2
17-
databases: # this section provides some additional database configuration
18-
- name: db
19-
plan: free
20-
ipAllowList: []

0 commit comments

Comments
 (0)