Sample config

This commit is contained in:
Remy Moll 2022-09-12 10:31:37 +02:00
parent d3d44dcdc9
commit 6b88b79e9d
6 changed files with 26 additions and 22 deletions

2
env/production vendored
View File

@ -1,6 +1,6 @@
# Runs on the main slack channel with the full worker setup. If nothing funky has occured, reducedfetch is a speedup # Runs on the main slack channel with the full worker setup. If nothing funky has occured, reducedfetch is a speedup
CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving CONTAINER_DATA=/mnt/media/@Bulk/COSS/Downloads/coss_archiving
export UNAME=remy export UNAME=remy
export GECKODRIVER_IMG=selenium/standalone-firefox:104.0 export GECKODRIVER_IMG=selenium/standalone-firefox:104.0

2
launch
View File

@ -6,7 +6,7 @@ echo "Bash script launching COSS_ARCHIVING..."
# CHANGE ME ONCE! # CHANGE ME ONCE!
export CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving export CONTAINER_DATA=/mnt/media/@Bulk/COSS/Downloads/coss_archiving
export UNAME=remy export UNAME=remy
# CHANGE ME WHEN UPDATING FIREFOX # CHANGE ME WHEN UPDATING FIREFOX
export GECKODRIVER_IMG=selenium/standalone-firefox:104.0 export GECKODRIVER_IMG=selenium/standalone-firefox:104.0

View File

@ -0,0 +1,7 @@
[DATABASE]
db_name: coss_archiving
user_name: ****************
password: ****************
## user_name: ca_ro
## password: #TK5cLxA^YyoxWjR6

View File

@ -1,3 +1,3 @@
user=**** user=remoll
domain=D domain=D
password=************** password=****************

View File

@ -1,33 +1,30 @@
[MAIL] [MAIL]
smtp_server: smtp.****** smtp_server: smtp.ethz.ch
port: 587 port: 587
sender: ************** sender: ****************
recipient: ************** recipient: ****************
uname: ************** uname: ****************
password: **************+ password: ****************
[SLACK] [SLACK]
bot_id: U02MR1R8UJH bot_id: U02MR1R8UJH
responsible_id: U01AC9ZEN2G
archive_id: C02MM7YG1V4 archive_id: C02MM7YG1V4
debug_id: C02NM2H9J5Q debug_id: C02NM2H9J5Q
api_wait_time: 90 api_wait_time: 90
auth_token: xoxb-************************************************** auth_token: ****************
app_token: xapp-1-************************************************** app_token: ****************
[DATABASE] [DATABASE]
download_db_name: downloads.db download_db_debug: /app/containerdata/debug/downloads.db
chat_db_name: messages.db db_printout: /app/containerdata/backups
db_path_prod: /app/containerdata
db_path_dev: /code/.dev
db_backup: /app/containerdata/backups
[DOWNLOADS] [DOWNLOADS]
local_storage_path: /app/containerdata/files local_storage_path: /app/containerdata/files
debug_storage_path: /app/containerdata/debug/
default_download_path: /app/containerdata/tmp default_download_path: /app/containerdata/tmp
remote_storage_path: /********** remote_storage_path: /helbing_support/Files RM/Archiving
browser_profile_path: /app/containerdata/dependencies/<profile name> browser_profile_path: /app/containerdata/dependencies/7hlyfqxt.Auto News
blacklisted_href_domains: ["google.", "facebook."] blacklisted_href_domains: ["google.", "facebook."]

View File

@ -1,4 +1,4 @@
OPENCONNECT_URL=sslvpn.ethz.ch/student-net OPENCONNECT_URL=sslvpn.ethz.ch/student-net
OPENCONNECT_USER=*************** OPENCONNECT_USER=****************
OPENCONNECT_PASSWORD=************** OPENCONNECT_PASSWORD=****************
OPENCONNECT_OPTIONS=--authgroup student-net OPENCONNECT_OPTIONS=--authgroup student-net