Skip to content

Commit

Permalink
Added env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccorl committed Apr 20, 2022
1 parent f93bfeb commit 6978427
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# exposed ports
ORCHESTRATOR_PORT=22000
PREPROCESSING_PORT=22001
WSD_PORT=22002
SRL_PORT=22003
AMR_PORT=22004
# internal endpoints
PREPROCESSING_ENDPOINT=http://preprocessing:80/api/preprocessing
WSD_ENDPOINT=http://wsd:80/api/wsd
SRL_ENDPOINT=http://srl:80/api/srl
AMR_ENDPOINT=http://amr:80/api/amr
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ celerybeat.pid
*.sage.py

# Environments
.env
.venv
env/
venv/
Expand Down

0 comments on commit 6978427

Please sign in to comment.