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
|
# 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
2
launch
@ -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
|
||||||
|
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
|
domain=D
|
||||||
password=**************
|
password=****************
|
@ -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."]
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user