You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain sensitive information such as database credentials and discord bot token should be stored in .env file instead of .config so that when user shares the file, no sensitive information will be leaked (and avoid the need to ask the user to redact it).
Certain sensitive information such as database credentials and discord bot token should be stored in .env file instead of .config so that when user shares the file, no sensitive information will be leaked (and avoid the need to ask the user to redact it).
I'll also work better with Prisma later on.