This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// .ENV file | |
#// NEVER EXPOSE - SURREAL DB ADMIN KEY | |
VITE_SURREAL_DB_ADMIN_USER = "" | |
VITE_SURREAL_DB_ADMIN_PASS = "" | |
# AUTHJS PROVIDERS | |
AUTH_SECRET = "" # AuthJS - What goes in here? Random number?? https://generate-secret.vercel.app/32 |