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": ""}