Remove stuff & add stuff to make my own template
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal 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:
|
Reference in New Issue
Block a user