summaryrefslogtreecommitdiffstats
path: root/server/config
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2019-12-26 20:48:13 +0100
committerFelix Ableitner <me@nutomic.com>2019-12-27 17:30:46 +0100
commitb7c24a372bfe80057d71edef856afd985714f660 (patch)
treecf8636830bbe49ac452d95d586c1b5b3c6874753 /server/config
parent4e952af00c43c75b7c03e672eff3f809daef6e69 (diff)
Fix review comments
Diffstat (limited to 'server/config')
-rw-r--r--server/config/defaults.hjson26
1 files changed, 13 insertions, 13 deletions
diff --git a/server/config/defaults.hjson b/server/config/defaults.hjson
index ceb21db0..e5a8f6dc 100644
--- a/server/config/defaults.hjson
+++ b/server/config/defaults.hjson
@@ -1,19 +1,19 @@
{
# settings related to the postgresql database
database: {
- # username to connect to postgres
- user: "lemmy"
- # password to connect to postgres
- password: "password"
- # host where postgres is running
- host: "localhost"
- # port where postgres can be accessed
- port: 5432
- # name of the postgres database for lemmy
- database: "lemmy"
- # maximum number of active sql connections
- pool_size: 5
- }
+ # username to connect to postgres
+ user: "lemmy"
+ # password to connect to postgres
+ password: "password"
+ # host where postgres is running
+ host: "localhost"
+ # port where postgres can be accessed
+ port: 5432
+ # name of the postgres database for lemmy
+ database: "lemmy"
+ # maximum number of active sql connections
+ pool_size: 5
+ }
# the domain name of your instance (eg "dev.lemmy.ml")
hostname: "rrr"
# address where lemmy should listen for incoming requests