From 3b2cbdc33966897c0efa7e757c51ab57e5bda73c Mon Sep 17 00:00:00 2001 From: RyuuPendragon Date: Fri, 27 Jun 2025 17:43:41 +0530 Subject: [PATCH] Add .env for bytestash --- bytestash/.env | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bytestash/.env diff --git a/bytestash/.env b/bytestash/.env new file mode 100644 index 0000000..f0c69ec --- /dev/null +++ b/bytestash/.env @@ -0,0 +1,14 @@ +# Environment Variables +JWT_SECRET= +TOKEN_EXPIRY= +ALLOW_NEW_ACCOUNTS= +DEBUG= +DISABLE_ACCOUNTS= +DISABLE_INTERNAL_ACCOUNTS= +OIDC_ENABLED= + +# Paths +APPDATA_PATH=/home/username/appdata + +# Ports +PORT= \ No newline at end of file