Remove stuff & add stuff to make my own template

This commit is contained in:
2024-08-07 10:30:38 -05:00
commit d85490418f
22 changed files with 4950 additions and 0 deletions

17
.env.example Normal file
View File

@ -0,0 +1,17 @@
# When adding additional environment variables, the schema in "/src/env.js"
# should be updated accordingly.
# Examples:
# SERVERVAR="foo"
# NEXT_PUBLIC_CLIENTVAR="bar"
# Drizzle
## WAN
DATABASE_URL="postgresql://postgres:password@localhost:5432/example_db"
## LAN
DATABASE_URL="postgresql://postgres:password@localhost:5432/example_db"
# Auth.js
# openssl rand -base64 33
AUTH_SECRET=""
# Auth.js Providers: