Skip to content

Commit

Permalink
Update gitignore to add the environment configuration file for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
flopezag committed Jul 25, 2023
1 parent 05ba69f commit 816fea8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ celerybeat.pid
*.sage.py

# Environments
.env
.venv
env/
venv/
Expand Down
13 changes: 13 additions & 0 deletions docker/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Project name
COMPOSE_PROJECT_NAME=fiware

# Orion variables
ORION_LD_PORT=1026
ORION_LD_VERSION=1.0.0

# MongoDB variables
MONGO_DB_PORT=27017
MONGO_DB_VERSION=4.4

# IoTAgent-Turtle varaibles
IOTAGENT_PORT=5000
10 changes: 10 additions & 0 deletions tests/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Project name
COMPOSE_PROJECT_NAME=fiware

# Orion variables
ORION_LD_PORT=1026
ORION_LD_VERSION=1.0.0

# MongoDB variables
MONGO_DB_PORT=27017
MONGO_DB_VERSION=4.4

0 comments on commit 816fea8

Please sign in to comment.