All checks were successful
hufs-notice-crawler-cicd / build_push_deploy (push) Successful in 8m35s
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
APP_ENV=production
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB=hufs_notice_crawler
|
|
BASE_URL=https://computer.hufs.ac.kr
|
|
REQUEST_TIMEOUT_SECONDS=15
|
|
MAX_PAGES_PER_BOARD=5
|
|
DOCKER_IMAGE=your-dockerhub-id/hufs-notice-crawler:latest
|