Skip to content

Commit 70b67f5

Browse files
author
github-actions
committed
update with project-syncing action
1 parent 1fd3276 commit 70b67f5

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
@@ -84,3 +84,4 @@ production:
8484
database: rails_template_production
8585
username: rails_template
8686
password: <%= ENV["RAILS_TEMPLATE_DATABASE_PASSWORD"] %>
87+
encoding: utf8

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)