v0.1.0 — Moon Base initial scaffold: auth, garden plant registry + log
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copy to .env and fill in values for local dev.
|
||||
|
||||
DATABASE_URL="postgresql://tonym@localhost:5432/moonbase_dev"
|
||||
|
||||
NEXTAUTH_SECRET="change-me-generate-with-openssl-rand-base64-32"
|
||||
NEXTAUTH_URL="http://localhost:3000"
|
||||
Reference in New Issue
Block a user