initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
VERIDIAN_DB_NAME=veridian
|
||||
POSTGRES_PASSWORD=password
|
||||
NUXT_AUTH_SECRET="YOUR-SUPER-SECURE-SECRET" # openssl rand -base64 32
|
||||
|
||||
DATABASE_URL=postgresql://postgres:password@localhost:5432/veridian
|
||||
Reference in New Issue
Block a user