Skip to content

Commit

Permalink
change env file
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Jun 26, 2023
1 parent 097f7b9 commit 19fec9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
OPERANDI_DB_NAME=operandi_db
OPERANDI_DB_URL=mongodb://mongo-db-host:27017
OPERANDI_DB_URL=mongodb://localhost:27017
OPERANDI_HARVESTER_DEFAULT_USERNAME=harvester_operandi
OPERANDI_HARVESTER_DEFAULT_PASSWORD=harvester_operandi
OPERANDI_HPC_SSH_KEYPATH=/home/mm/.ssh/gwdg-cluster
OPERANDI_HPC_PROJECT_NAME=operandi
OPERANDI_LOGS_DIR=/tmp/operandi_logs
OPERANDI_RABBITMQ_URL=amqp://operandi_user:operandi_password@rabbit-mq-host:5672/test
OPERANDI_RABBITMQ_URL=amqp://operandi_user:operandi_password@localhost:5672
OPERANDI_SERVER_BASE_DIR=/tmp/operandi_data
OPERANDI_SERVER_DEFAULT_USERNAME=server_operandi
OPERANDI_SERVER_DEFAULT_PASSWORD=server_operandi
Expand Down

0 comments on commit 19fec9f

Please sign in to comment.