diff --git a/config.json b/config.json index 956e6f8..e65eeee 100644 --- a/config.json +++ b/config.json @@ -1 +1,14 @@ -{"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": "", "BUILD_MODE": "DEBUG"} \ No newline at end of file +{ + "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": "", + "BUILD_MODE": "production" +}