Add .env.example template for Blinko stack
This commit is contained in:
parent
ebd6e7c3ee
commit
86f7178b2b
1 changed files with 9 additions and 0 deletions
9
stacks/blinko/.env.example
Normal file
9
stacks/blinko/.env.example
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# NextAuth Secrets
|
||||
NEXTAUTH_SECRET=
|
||||
NEXTAUTH_URL=https://blink.nocci.it
|
||||
NEXT_PUBLIC_BASE_URL=https://blink.nocci.it
|
||||
|
||||
# PostgreSQL
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_DB=postgres
|
||||
Loading…
Add table
Add a link
Reference in a new issue