Skip to content

Commit

Permalink
removed my specific path from docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
kperrynrel authored Feb 20, 2025
1 parent a8d650e commit 8c84fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ POSTGRES_USER=valhub
admin_username=admin
admin_password=admin
admin_email=[email protected]
DOCKER_HOST_VOLUME_DATA_DIR="C:/users/kperry/Documents/source/repos/pv-validation-hub/workers/current_evaluation/data"
DOCKER_HOST_VOLUME_RESULTS_DIR="C:/users/kperry/Documents/source/repos/pv-validation-hub/workers/current_evaluation/results"
DOCKER_HOST_VOLUME_DATA_DIR="<path-to-repository>/<repo-name>/workers/current_evaluation/data"
DOCKER_HOST_VOLUME_RESULTS_DIR="<path-to-repository>/<repo-name>/workers/current_evaluation/results"

0 comments on commit 8c84fd1

Please sign in to comment.