From a6baddf611430558e02b75dfa4d2f20fb1c4773d Mon Sep 17 00:00:00 2001 From: MartenBE Date: Sun, 9 Aug 2020 17:17:14 +0200 Subject: [PATCH] Restored config.json --- .gitignore | 2 -- config.json | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 config.json diff --git a/.gitignore b/.gitignore index cdc6669..1ef8d84 100755 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/config.json b/config.json new file mode 100644 index 0000000..a43c162 --- /dev/null +++ b/config.json @@ -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": ""}