From 9f82e9888b004947dfc7d8bf86845387df93b171 Mon Sep 17 00:00:00 2001 From: Kakious Date: Wed, 27 Sep 2023 16:23:11 -0400 Subject: [PATCH] chore: clean up example.env --- configs/fox-api/example.env | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/configs/fox-api/example.env b/configs/fox-api/example.env index c86de38..f615cc6 100644 --- a/configs/fox-api/example.env +++ b/configs/fox-api/example.env @@ -7,10 +7,6 @@ #Feel free to edit these values with your own -#Paseto Config (Deprecated) -PASETO_PUBLIC_KEY=DONT_USE -PASETO_SECRET_KEY=DONT_USE - #Discord Functionality Enabled DEV_DISCORD_DISABLE=1 @@ -76,4 +72,9 @@ VRCHAT_DEV_DISABLE=1 VRCHAT_USERNAME=CHANGE_ME_I_DONT_WORK VRCHAT_PASSWORD=CHANGE_ME_I_DONT_WORK +#Paseto Config (Deprecated) +PASETO_PUBLIC_KEY=DONT_USE +PASETO_SECRET_KEY=DONT_USE + + #END OF FILE \ No newline at end of file