forked from simfish85/dafne-online-habitat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.toml
More file actions
21 lines (17 loc) · 828 Bytes
/
default.toml
File metadata and controls
21 lines (17 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
rails_binding_ip = "0.0.0.0"
rails_port = 3000
database_name = "dafne-online-production"
database_username = "dafne-online"
# It's up to the end user to set a password for their database, we
# don't want to assume a default that can lead to insecure database
# servers running in the wild.
database_password = ""
# Normally you should use named service binding to bind the "database"
# name to the database service group, and this app will connect to the
# leader of that service group. If you do not use binding, this app
# will fall back to using the database host specified here (localhost).
# We recommend that this only be used for testing purposes.
database_host = "localhost"
# It's highly unlikely anyone would want to change this from the
# default, right? but it's configurable. Just in case.
database_port = 5432