Singular (admin) account system
This commit is contained in:
11
.env.example
11
.env.example
@@ -3,4 +3,15 @@
|
||||
# PRISMA_HIDE_UPDATE_MESSAGE=true
|
||||
# LOG_LEVEL=trace
|
||||
|
||||
NAME=Firstname Lastname
|
||||
|
||||
GMAIL=example@gmail.com
|
||||
GMAIL_SMTP_PASSWORD=chan geme xyza bcde
|
||||
|
||||
# Must not end with "/"
|
||||
DOMAIN_PROD=https://example.com
|
||||
DOMAIN_DEV=http://localhost:8910
|
||||
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/rw_portfolio
|
||||
|
||||
SESSION_SECRET=regenerate_me
|
||||
|
||||
Reference in New Issue
Block a user