diff development.ini @ 8578:ff8651b2f14f

docs: augment setup description with more details of http server and database Dive into more details than in overview.rst . Databases should perhaps have more mentioning in overview.rst , but there is nothing but details and thus not much to say in the overview ...
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 19 Jun 2020 18:24:38 +0200
parents a04d6926d694
children 3c503044e9f1
line wrap: on
line diff
--- a/development.ini	Fri Jun 19 18:40:10 2020 +0200
+++ b/development.ini	Fri Jun 19 18:24:38 2020 +0200
@@ -360,8 +360,8 @@
 #########################
 
 sqlalchemy.url = sqlite:///%(here)s/kallithea.db?timeout=60
-#sqlalchemy.url = postgresql://user:pass@localhost/kallithea
-#sqlalchemy.url = mysql://user:pass@localhost/kallithea?charset=utf8
+#sqlalchemy.url = postgresql://kallithea:password@localhost/kallithea
+#sqlalchemy.url = mysql://kallithea:password@localhost/kallithea?charset=utf8
 ## Note: the mysql:// prefix should also be used for MariaDB
 
 sqlalchemy.pool_recycle = 3600