This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
imageify/.env-example
2022-11-13 22:44:33 +00:00

11 lines
256 B
Plaintext

MONGODB_CONNECTION_STRING=mongodb://mongo:27017/imageify
# Next Auth
NEXTAUTH_SECRET=i4kDOnZlJ77ob9XGLozHUsNg0GTJ13PObuPzlw6PAT8=
NEXTAUTH_URL=http://localhost:3000
# File options
FILE_ID_LENGTH=16
# Public Url
NEXT_PUBLIC_SITE_URL=http://localhost:3000