forked from pnicto/IS-F341-Bitwise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.example.env
More file actions
14 lines (14 loc) · 708 Bytes
/
.example.env
File metadata and controls
14 lines (14 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This is an example env file. You should create a .env file in the root of the project and copy the contents of this file into it.
MONGO_INITDB_ROOT_USERNAME=bitwise
MONGO_INITDB_ROOT_PASSWORD=password
MONGO_INITDB_DATABASE=bitwise
DATABASE_URL="mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@localhost:27017/${MONGO_INITDB_DATABASE}?authSource=admin"
PORT=5000
TOKEN_SECRET=ThisIsATokenSecretForJWTAuthentication
GOOGLE_MAIL_USER=
GOOGLE_MAIL_PASSWORD=
FRONTEND_URL="http://localhost:4200"
VITE_API_URL="http://localhost:${PORT}/api"
VITE_IMAGEKIT_URL_ENDPOINT="https://ik.imagekit.io/ojgeqolkv/"
VITE_IMAGEKIT_PUBLIC_KEY="public_078DlC2+5zIEziPHkar4xD9gvqE="
IMAGEKIT_PRIVATE_KEY=""