Added example env

This commit is contained in:
2026-01-30 11:09:03 +01:00
parent 2c3923f03b
commit 96e3def13e

18
.env.example Normal file
View 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=""