Working, refactored news_fetch, better documentation for launch
This commit is contained in:
18
env/debug
vendored
18
env/debug
vendored
@@ -1,14 +1,10 @@
|
||||
# Runs in a debugging mode, does not launch anything at all but starts a bash process
|
||||
|
||||
CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving
|
||||
export CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving
|
||||
export UNAME=remy
|
||||
|
||||
CODE=./
|
||||
|
||||
DEBUG=true
|
||||
CHECK=false
|
||||
UPLOAD=false
|
||||
HEADLESS=false
|
||||
REDUCEDFETCH=false
|
||||
|
||||
ENTRYPOINT="/bin/bash"
|
||||
INTERACTIVE=true
|
||||
export GECKODRIVER_IMG=selenium/standalone-firefox:104.0
|
||||
export DEBUG=true
|
||||
export HEADFULL=true
|
||||
export CODE=./
|
||||
export ENTRYPOINT=/bin/bash
|
||||
|
Reference in New Issue
Block a user