reading from an env file
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# HTTP Settings
|
||||
PORT=8080
|
||||
|
||||
# App Settings
|
||||
STORAGE_PATH=files
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
# HTTP Settings
|
||||
PORT=8080
|
||||
|
||||
# App Settings
|
||||
STORAGE_PATH=files
|
||||