-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy.conf
More file actions
29 lines (25 loc) · 873 Bytes
/
deploy.conf
File metadata and controls
29 lines (25 loc) · 873 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
# Job Scraper Deployment Configuration
# Server settings
SERVER_USER="root"
SERVER_HOST="23.88.125.23"
SERVER_PASSWORD="" # SSH password (leave empty to use SSH key authentication)
REMOTE_PATH="/root/job-scraper" # Root's home directory is /root, not /home/root
# Repository settings
REPO_URL="https://github.com/AliAzimiD/job_scraper.git" # Use HTTPS without token
REPO_BRANCH="master"
# Application config
APP_USER="jobscraper"
APP_GROUP="jobscraper"
APP_HOME="/opt/jobscraper"
APP_PORT="5001"
DOMAIN_NAME="upgrade4u.online"
USE_SSL="true"
EMAIL="aliazimidarmian@gmail.com"
USE_SUPERSET="true"
SUPERSET_DOMAIN="superset.upgrade4u.online"
SUPERSET_USER="admin"
SUPERSET_PASSWORD="YourStrongPassword" # Strong password for Superset admin user
# Database config
DB_USER="postgres"
DB_PASSWORD="aliazimid" # Will be generated automatically if empty
DB_NAME="jobsdb"