redacted config
This commit is contained in:
parent
40498ac8f0
commit
0c7ff29068
3
misc/sample_config/nas_login.config
Normal file
3
misc/sample_config/nas_login.config
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
user=****
|
||||||
|
domain=D
|
||||||
|
password=**************
|
33
misc/sample_config/news_fetch.config.ini
Normal file
33
misc/sample_config/news_fetch.config.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
[MAIL]
|
||||||
|
smtp_server: smtp.******
|
||||||
|
port: 587
|
||||||
|
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-**************************************************
|
||||||
|
|
||||||
|
|
||||||
|
[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
|
||||||
|
|
||||||
|
|
||||||
|
[DOWNLOADS]
|
||||||
|
local_storage_path: /app/containerdata/files
|
||||||
|
default_download_path: /app/containerdata/tmp
|
||||||
|
remote_storage_path: /**********
|
||||||
|
browser_profile_path: /app/containerdata/dependencies/<profile name>
|
||||||
|
blacklisted_href_domains: ["google.", "facebook."]
|
4
misc/sample_config/vpn.config
Normal file
4
misc/sample_config/vpn.config
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
OPENCONNECT_URL=sslvpn.ethz.ch/student-net
|
||||||
|
OPENCONNECT_USER=***************
|
||||||
|
OPENCONNECT_PASSWORD=**************
|
||||||
|
OPENCONNECT_OPTIONS=--authgroup student-net
|
Loading…
x
Reference in New Issue
Block a user