-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
39 lines (33 loc) · 946 Bytes
/
example.env
File metadata and controls
39 lines (33 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Environment Configuration
# Set to 'production' when deploying to production
NODE_ENV=development
# Server Configuration
# Port on which the Node.js server will run
SERVER_PORT=3000
# Base URL of the host server
HOST_URL=https://xyz-3000.inc1.devtunnels.ms
# Database Configuration
# URI for connecting to the MongoDB database
MONGODB_URI=mongodb://localhost:27017/buzztube
# Google OAuth Configuration
# Client ID for Google OAuth
GOOGLE_CLIENT_ID=
# Client secret for Google OAuth
GOOGLE_CLIENT_SECRET=
# ImageKit Configuration
# Public key for ImageKit
IMAGEKIT_PUBLIC_KEY=
# Private key for ImageKit
IMAGEKIT_PRIVATE_KEY=
# URL endpoint for ImageKit
IMAGEKIT_URL_ENDPOINT=https://ik.imagekit.io/yourid/
# Bunny.net Configuration
# API key for Bunny.net
BUNNY_API_KEY=
# Library ID for Bunny.net
BUNNY_LIBRARY_ID=
# Bunny.net CDN Configuration
# CDN hostname for Bunny.net
BUNNY_CDN_HOSTNAME=
# Token key for Bunny.net
BUNNY_TOKEN_KEY=