setup backend project structure

This commit is contained in:
Bilal Catic
2020-02-14 07:53:18 +01:00
parent 51c2dfd824
commit 7fdda1b32e
10 changed files with 693 additions and 1 deletions

4
backend/.env.template Normal file
View File

@@ -0,0 +1,4 @@
SERVER_PORT= server port number - default is 8080
PROCESSING_TIME_EXPORT_EPUB= time in seconds - default is 10
PROCESSING_TIME_EXPORT_PDF= time in seconds - default is 25
PROCESSING_TIME_IMPORT_ANY= time in seconds - default is 60