master > master: .env hinzugefügt

This commit is contained in:
RD 2021-10-30 10:18:04 +02:00
parent 619c6c209c
commit 5b17c2ce35
1 changed files with 12 additions and 0 deletions

12
.env Normal file
View File

@ -0,0 +1,12 @@
# General
NAME_OF_APP="ads"
REQUIREMENTS_PY="code/python/requirements"
REQUIREMENTS_GO="code/golang/requirements"
TEST_TIMEOUT="10s"
# Logging
CONSOLE_OUT=/dev/stdout
CONSOLE_ERR=/dev/stderr
CONSOLE_VERBOSE=/dev/null
CONSOLE_PATH_LOGS=logs
CONSOLE_FILENAME_LOGS_DEBUG=debug.log