Split the database config into 2 sections

This commit is contained in:
Stephan Kulow
2022-10-17 19:50:25 +02:00
parent 74fd937732
commit 88322fffae
4 changed files with 13 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
# For local users you can simply rely on the UNIX permissions.
# For remote databases you have to add host, user and password
[postgresql]
[production]
database=imported_git
[test]
database=imported_git_test