Update env example

This commit is contained in:
Liam 2022-11-14 02:32:47 +00:00
parent f5c22f5260
commit f90589b955
No known key found for this signature in database
GPG Key ID: 9A6D491A3FFF76E2

@ -1,11 +1,11 @@
MONGODB_CONNECTION_STRING=mongodb://mongo:27017/imageify
MONGODB_CONNECTION_STRING=mongodb://imageify:reallysecuremongopassword@mongo:27017
# Next Auth
# Next Auth (Create a new one with openssl rand -base64 32)
NEXTAUTH_SECRET=i4kDOnZlJ77ob9XGLozHUsNg0GTJ13PObuPzlw6PAT8=
NEXTAUTH_URL=http://localhost:3000
# File options
FILE_ID_LENGTH=16
# Public Url
NEXT_PUBLIC_SITE_URL=http://localhost:3000
# Public Url (You must set this or you won't be able to login)
NEXT_PUBLIC_SITE_URL=http://docker.local:3000