Restored config.json

This commit is contained in:
MartenBE
2020-08-09 17:17:14 +02:00
parent edee4c9c46
commit a6baddf611
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@@ -127,8 +127,6 @@ dmypy.json
# End of https://www.gitignore.io/api/python
0
config.backup.json
config.json
!docker/config.json
uwsgi.ini
installer.log
pyshelf_nginx.conf

1
config.json Normal file
View File

@@ -0,0 +1 @@
{"TITLE": "pyShelf E-Book Server", "VERSION": "0.6.0", "BOOKPATH": "~/books", "DB_HOST": "localhost", "DB_PORT": "5432", "DATABASE": "pyshelf", "USER": "pyshelf", "PASSWORD": "pyshelf", "BOOKSHELF": "data/shelf.json", "ALLOWED_HOSTS": "*", "SECRET": ""}