-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gitignore to add the environment configuration file for docker
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,6 @@ celerybeat.pid | |
*.sage.py | ||
|
||
# Environments | ||
.env | ||
.venv | ||
env/ | ||
venv/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |