-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
42 lines (35 loc) · 2 KB
/
Copy path.env.example
File metadata and controls
42 lines (35 loc) · 2 KB
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
40
41
42
# ==============================================================================
# RedditAutoCrosspostBot Configuration (.env)
# ==============================================================================
# PostgreSQL Database Credentials (used by Docker Compose)
POSTGRES_DB=racb
POSTGRES_USER=racb_user
POSTGRES_PASSWORD=racb_secure_password
# External Database URL (Optional: uncomment ONLY if connecting to a database outside Docker Compose)
# DATABASE_URL=postgresql://racb_user:racb_secure_password@localhost:5432/racb
# General Bot Configuration
DEBUG=False
LISTEN_ONLY=False
COMMENT_SCORE_THRESHOLD=30
PHASE2_WAITING_PERIOD=2 hours
PHASE3_WAITING_PERIOD=3 months
# ------------------------------------------------------------------------------
# 1. Primary Bot: AutoCrosspostBot (u/AutoCrosspostBot)
# ------------------------------------------------------------------------------
PASSWORD=your_primary_bot_password_here
APP_CLIENT_SECRET=your_primary_bot_client_secret_here
# ------------------------------------------------------------------------------
# 2. Auxiliary Bot: sub_doesnt_exist_bot (u/sub_doesnt_exist_bot)
# ------------------------------------------------------------------------------
PASSWORD__SUB_DOESNT_EXIST=your_sub_doesnt_exist_password_here
APP_CLIENT_SECRET__SUB_DOESNT_EXIST=your_sub_doesnt_exist_client_secret_here
# ------------------------------------------------------------------------------
# 3. Auxiliary Bot: same_subreddit_bot (u/same_subreddit_bot)
# ------------------------------------------------------------------------------
PASSWORD__SAME_SUBREDDIT=your_same_subreddit_password_here
APP_CLIENT_SECRET__SAME_SUBREDDIT=your_same_subreddit_client_secret_here
# ------------------------------------------------------------------------------
# 4. Auxiliary Bot: same_post_bot (u/same_post_bot)
# ------------------------------------------------------------------------------
PASSWORD__SAME_POST=your_same_post_password_here
APP_CLIENT_SECRET__SAME_POST=your_same_post_client_secret_here