From 96e3def13ed3102567c9e632d5d3dc4ff21bc34a Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 30 Jan 2026 11:09:03 +0100 Subject: [PATCH] Added example env --- .env.example | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..470512e --- /dev/null +++ b/.env.example @@ -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=""