Sample config
This commit is contained in:
parent
d3d44dcdc9
commit
6b88b79e9d
2
env/production
vendored
2
env/production
vendored
@ -1,6 +1,6 @@
|
||||
# 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 GECKODRIVER_IMG=selenium/standalone-firefox:104.0
|
||||
|
2
launch
2
launch
@ -6,7 +6,7 @@ echo "Bash script launching COSS_ARCHIVING..."
|
||||
|
||||
|
||||
# CHANGE ME ONCE!
|
||||
export CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving
|
||||
export CONTAINER_DATA=/mnt/media/@Bulk/COSS/Downloads/coss_archiving
|
||||
export UNAME=remy
|
||||
# CHANGE ME WHEN UPDATING FIREFOX
|
||||
export GECKODRIVER_IMG=selenium/standalone-firefox:104.0
|
||||
|
7
misc/sample_config/db.config.ini
Normal file
7
misc/sample_config/db.config.ini
Normal file
@ -0,0 +1,7 @@
|
||||
[DATABASE]
|
||||
db_name: coss_archiving
|
||||
user_name: ****************
|
||||
password: ****************
|
||||
|
||||
## user_name: ca_ro
|
||||
## password: #TK5cLxA^YyoxWjR6
|
@ -1,3 +1,3 @@
|
||||
user=****
|
||||
user=remoll
|
||||
domain=D
|
||||
password=**************
|
||||
password=****************
|
@ -1,33 +1,30 @@
|
||||
[MAIL]
|
||||
smtp_server: smtp.******
|
||||
smtp_server: smtp.ethz.ch
|
||||
port: 587
|
||||
sender: **************
|
||||
recipient: **************
|
||||
uname: **************
|
||||
password: **************+
|
||||
sender: ****************
|
||||
recipient: ****************
|
||||
uname: ****************
|
||||
password: ****************
|
||||
|
||||
|
||||
[SLACK]
|
||||
bot_id: U02MR1R8UJH
|
||||
responsible_id: U01AC9ZEN2G
|
||||
archive_id: C02MM7YG1V4
|
||||
debug_id: C02NM2H9J5Q
|
||||
api_wait_time: 90
|
||||
auth_token: xoxb-**************************************************
|
||||
app_token: xapp-1-**************************************************
|
||||
auth_token: ****************
|
||||
app_token: ****************
|
||||
|
||||
|
||||
[DATABASE]
|
||||
download_db_name: downloads.db
|
||||
chat_db_name: messages.db
|
||||
db_path_prod: /app/containerdata
|
||||
db_path_dev: /code/.dev
|
||||
db_backup: /app/containerdata/backups
|
||||
download_db_debug: /app/containerdata/debug/downloads.db
|
||||
db_printout: /app/containerdata/backups
|
||||
|
||||
|
||||
[DOWNLOADS]
|
||||
local_storage_path: /app/containerdata/files
|
||||
debug_storage_path: /app/containerdata/debug/
|
||||
default_download_path: /app/containerdata/tmp
|
||||
remote_storage_path: /**********
|
||||
browser_profile_path: /app/containerdata/dependencies/<profile name>
|
||||
blacklisted_href_domains: ["google.", "facebook."]
|
||||
remote_storage_path: /helbing_support/Files RM/Archiving
|
||||
browser_profile_path: /app/containerdata/dependencies/7hlyfqxt.Auto News
|
||||
blacklisted_href_domains: ["google.", "facebook."]
|
||||
|
@ -1,4 +1,4 @@
|
||||
OPENCONNECT_URL=sslvpn.ethz.ch/student-net
|
||||
OPENCONNECT_USER=***************
|
||||
OPENCONNECT_PASSWORD=**************
|
||||
OPENCONNECT_USER=****************
|
||||
OPENCONNECT_PASSWORD=****************
|
||||
OPENCONNECT_OPTIONS=--authgroup student-net
|
Loading…
x
Reference in New Issue
Block a user