mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Restored config.json
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
1
config.json
Normal 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": ""}
|
||||
Reference in New Issue
Block a user