Skip to content

Commit

Permalink
change ci/cd env file
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Oct 4, 2023
1 parent a204e4b commit c37e471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OPERANDI_DB_NAME=operandi_db_test
OPERANDI_DB_ROOT_USER=admin_test
OPERANDI_DB_ROOT_PASS=admin_test
OPERANDI_DB_URL=mongodb://${OPERANDI_DB_ROOT_USER}:${OPERANDI_DB_ROOT_PASS}@localhost:27017
OPERANDI_DB_URL=mongodb://admin_test:admin_test@localhost:27017
OPERANDI_HARVESTER_DEFAULT_USERNAME=harvester_test
OPERANDI_HARVESTER_DEFAULT_PASSWORD=harvester_test
OPERANDI_HPC_USERNAME=mmustaf
Expand All @@ -11,7 +11,7 @@ OPERANDI_LOGS_DIR=/tmp/operandi_logs_test
OPERANDI_RABBITMQ_CONFIG_JSON=./src/rabbitmq_definitions.json
OPERANDI_RABBITMQ_ROOT_USER=admin_test
OPERANDI_RABBITMQ_ROOT_PASS=admin_test
OPERANDI_RABBITMQ_URL=amqp://${OPERANDI_RABBITMQ_ROOT_USER}:${OPERANDI_RABBITMQ_ROOT_PASS}@localhost:5672/test
OPERANDI_RABBITMQ_URL=amqp://admin_test:admin_test@localhost:5672/test
OPERANDI_SERVER_BASE_DIR=/tmp/operandi_data_test
OPERANDI_SERVER_DEFAULT_USERNAME=server_test
OPERANDI_SERVER_DEFAULT_PASSWORD=server_test
Expand Down

0 comments on commit c37e471

Please sign in to comment.