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