Added example env
This commit is contained in:
18
.env.example
Normal file
18
.env.example
Normal file
@@ -0,0 +1,18 @@
|
||||
# FS API related.
|
||||
ROMHACKPLAZAFS_SECRET_KEY=""
|
||||
ROMHACKPLAZAFS_FILE_PATH=""
|
||||
ROMHACKPLAZAFS_FILE_PUBLIC_PATH=""
|
||||
ROMHACKPLAZAFS_FILE_SRC_PATH=""
|
||||
ROMHACKPLAZAFS_FILE_FILES_PATH=""
|
||||
ROMHACKPLAZAFS_FILE_LOG_PATH=""
|
||||
|
||||
# Internet related.
|
||||
ROMHACKPLAZAFS_URL=""
|
||||
ROMHACKPLAZAFS_MAIN_URL=""
|
||||
ROMHACKPLAZAFS_PATCHER_URL=""
|
||||
|
||||
# Files servers allowed to do a download. Each separated by space.
|
||||
ROMHACKPLAZAFS_DOWNLOAD_ALLOWED_PARENT_DOMAIN=""
|
||||
|
||||
# Allowed extensions for a patch file to be an online one. Each separated by space.
|
||||
ROMHACKPLAZAFS_PATCHER_ALLOWED_EXT=""
|
||||
Reference in New Issue
Block a user