aboutsummaryrefslogtreecommitdiff
path: root/fbfp.scfg.example
diff options
context:
space:
mode:
Diffstat (limited to 'fbfp.scfg.example')
-rw-r--r--fbfp.scfg.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/fbfp.scfg.example b/fbfp.scfg.example
index e21cca1..f00cfba 100644
--- a/fbfp.scfg.example
+++ b/fbfp.scfg.example
@@ -35,13 +35,13 @@ listen {
}
db {
- # What type of database should we use? Currently, only "sqlite" is
+ # What type of database should we use? Currently, only "postgres" is
# supported.
- type sqlite3
+ type postgres
- # What is the connection string to database? For SQLite, this is
- # simply a path to the database file.
- conn test.db
+ # What is the connection string to database?
+ # Example: postgresql:///fbfp?host=/var/run/postgresql
+ conn postgresql:///fbfp?host=/var/run/postgresql
}
openid {