Skip to content

Commit

Permalink
update all env files
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Nov 1, 2024
1 parent 82f2f32 commit 4d4e4b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPERANDI_DB_NAME=operandi_db
OPERANDI_DB_NAME=operandi_db_local
OPERANDI_DB_ROOT_USER=db_operandi
OPERANDI_DB_ROOT_PASS=db_operandi
OPERANDI_DB_URL=mongodb://db_operandi:db_operandi@localhost:27017
Expand All @@ -7,10 +7,10 @@ OPERANDI_HARVESTER_DEFAULT_PASSWORD=harvester_operandi
OPERANDI_HPC_PROJECT_USERNAME=u12198
OPERANDI_HPC_SSH_KEYPATH=/home/mm/.ssh/gwdg-cluster
OPERANDI_HPC_PROJECT_NAME=operandi
OPERANDI_LOGS_DIR=/tmp/operandi_logs
OPERANDI_LOGS_DIR=/tmp/operandi_logs_local
OPERANDI_RABBITMQ_CONFIG_JSON=./src/rabbitmq_definitions.json
OPERANDI_RABBITMQ_URL=amqp://operandi_user:operandi_password@localhost:5672/
OPERANDI_SERVER_BASE_DIR=/tmp/operandi_data
OPERANDI_SERVER_BASE_DIR=/tmp/operandi_data_local
OPERANDI_SERVER_DEFAULT_USERNAME=server_operandi
OPERANDI_SERVER_DEFAULT_PASSWORD=server_operandi
OPERANDI_SERVER_URL_LIVE=http://localhost:8000
Expand Down
6 changes: 3 additions & 3 deletions docker.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPERANDI_DB_NAME=operandi_db
OPERANDI_DB_NAME=operandi_db_docker
OPERANDI_DB_ROOT_USER=db_operandi
OPERANDI_DB_ROOT_PASS=db_operandi
OPERANDI_DB_URL=mongodb://db_operandi:db_operandi@mongo-db-host:27017
Expand All @@ -7,10 +7,10 @@ OPERANDI_HARVESTER_DEFAULT_PASSWORD=harvester_operandi
OPERANDI_HPC_PROJECT_USERNAME=u12198
OPERANDI_HPC_SSH_KEYPATH=/home/mm/.ssh/gwdg-cluster
OPERANDI_HPC_PROJECT_NAME=operandi
OPERANDI_LOGS_DIR=/tmp/operandi_logs
OPERANDI_LOGS_DIR=/tmp/operandi_logs_docker
OPERANDI_RABBITMQ_CONFIG_JSON=./src/rabbitmq_definitions.json
OPERANDI_RABBITMQ_URL=amqp://operandi_user:operandi_password@rabbit-mq-host:5672/
OPERANDI_SERVER_BASE_DIR=/tmp/operandi_data
OPERANDI_SERVER_BASE_DIR=/tmp/operandi_data_docker
OPERANDI_SERVER_DEFAULT_USERNAME=server_operandi
OPERANDI_SERVER_DEFAULT_PASSWORD=server_operandi
OPERANDI_SERVER_URL_LIVE=http://localhost:8000
Expand Down
6 changes: 3 additions & 3 deletions tests/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPERANDI_DB_NAME=operandi_db
OPERANDI_DB_NAME=operandi_db_test
OPERANDI_DB_ROOT_USER=db_operandi
OPERANDI_DB_ROOT_PASS=db_operandi
OPERANDI_DB_URL=mongodb://db_operandi:db_operandi@localhost:27017
Expand All @@ -7,10 +7,10 @@ OPERANDI_HARVESTER_DEFAULT_PASSWORD=harvester_operandi
OPERANDI_HPC_PROJECT_USERNAME=u12198
OPERANDI_HPC_SSH_KEYPATH=/home/mm/.ssh/gwdg-cluster
OPERANDI_HPC_PROJECT_NAME=operandi_test_local
OPERANDI_LOGS_DIR=/tmp/operandi_logs
OPERANDI_LOGS_DIR=/tmp/operandi_logs_test
OPERANDI_RABBITMQ_CONFIG_JSON=./src/rabbitmq_definitions.json
OPERANDI_RABBITMQ_URL=amqp://operandi_user:operandi_password@localhost:5672/
OPERANDI_SERVER_BASE_DIR=/tmp/operandi_data
OPERANDI_SERVER_BASE_DIR=/tmp/operandi_data_test
OPERANDI_SERVER_DEFAULT_USERNAME=server_operandi
OPERANDI_SERVER_DEFAULT_PASSWORD=server_operandi
OPERANDI_SERVER_URL_LIVE=http://localhost:8000
Expand Down

0 comments on commit 4d4e4b6

Please sign in to comment.