-
Notifications
You must be signed in to change notification settings - Fork 0
/
.exampleEnv
35 lines (21 loc) · 1.13 KB
/
.exampleEnv
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
# cSpell:disable
# Spell checker disable
# For Nebula Scraping
NEBULA_USERNAME= <Your nebula username> | "example@example.com"
NEBULA_PASSWORD= <Your nebula password> | "examplePassword123"
# Database address
DATABASE_URI= <URL where the mongodb instance can be found> | "mongodb://<username>:<password>@mongo:27017"
DATABASE_USERNAME= <Used to connect to the database> | "exampleUser"
DATABASE_PASSWORD= <Used to connect to the database> | "examplePassword123"
# MongoExpress
MONGO_EXPRESS_USERNAME= <Used for MongoExpress monitoring> | "exampleUser"
MONGO_EXPRESS_PASSWORD= <Used for MongoExpress monitoring> | "examplePassword"
# For Youtube Scraping
YOUTUBE_API_KEY= <From the Google Developers Console> | "eXaMpLeApIkEy-1234_5678"
# For R2 Uploads
ACCESS_KEY_ID= <Used for AWS or Cloudflare upload> | "eXampleAcCesSKeyID"
SECRET_ACCESS_KEY= <Used for AWS or Cloudflare upload> | "eXampleSeCrEtAcCesSKey"
R2_BUCKET_NAME= <Used for AWS or Cloudflare upload> | "table-bucket"
R2_TABLE_KEY= <Used for AWS or Cloudflare upload> | "table.json"
# For Authenticating Server Functions
AUTH_SECRET= <Password you will use to command this server>