-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
42 lines (41 loc) · 1007 Bytes
/
Copy pathrender.yaml
File metadata and controls
42 lines (41 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
databases:
- name: postgres
databaseName: task_manager
user: task_manager
region: frankfurt
plan: free
postgresMajorVersion: 13
ipAllowList: []
services:
- type: web
name: task_manager
region: frankfurt
plan: free
env: ruby
buildCommand: "./bin/render-build.sh"
startCommand: "bundle exec puma -C config/puma.rb"
envVars:
- key: DATABASE_URL
fromDatabase:
name: postgres
property: connectionString
- key: RAILS_MASTER_KEY
sync: false
- key: ROLLBAR_RAILS_ACCESS_TOKEN
sync: false
- key: NEWRELIC_LICENSE_KEY
sync: false
- key: COVERALLS_TASKMANAGER_TOKEN
sync: false
- key: MAILER_USERNAME
sync: false
- key: MAILER_PASSWORD
sync: false
- key: MAILER_ADDRESS
sync: false
- key: MAILER_DOMAIN
sync: false
- key: MAILER_PORT
value: 587
- key: MAILER_AUTHENTICATION
value: plain