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