Skip to content

Commit 32ace3a

Browse files
committed
Add .env file
1 parent 565edc6 commit 32ace3a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export TORBOT_DATA_DIR=${PWD}/data
2+
export HOST='localhost'
3+
export PORT=8081
4+
export LOG_LEVEL="info"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ __pycache__/
3131
venv/
3232
.venv/
3333
.DS_Store
34-
.env
3534
data/
3635
torbot/modules/nlp/training_data/

0 commit comments

Comments
 (0)