38 lines
947 B
YAML
38 lines
947 B
YAML
mail:
|
|
smtp_server: smtp.ethz.ch
|
|
port: 587
|
|
sender: "****************"
|
|
recipient: "****************"
|
|
uname: "****************"
|
|
password: "************"
|
|
|
|
|
|
slack:
|
|
bot_id: U02MR1R8UJH
|
|
archive_id: C02MM7YG1V4
|
|
debug_id: C02NM2H9J5Q
|
|
api_wait_time: 90
|
|
auth_token: "****************"
|
|
app_token: "****************"
|
|
|
|
|
|
database:
|
|
debug_db: /app/containerdata/debug/downloads.db
|
|
db_printout: /app/containerdata/backups
|
|
production_db_name: coss_archiving
|
|
production_user_name: "ca_rw"
|
|
production_password: "****************"
|
|
|
|
## user_name: ca_ro
|
|
## password: "****************"
|
|
|
|
|
|
downloads:
|
|
local_storage_path: /app/containerdata/files
|
|
debug_storage_path: /app/containerdata/debug/
|
|
default_download_path: /app/containerdata/tmp
|
|
remote_storage_path: /helbing_support/Archiving-Pipeline
|
|
browser_profile_path: /app/containerdata/dependencies/news_fetch.profile
|
|
# please keep this exact name
|
|
browser_print_delay: 3
|