Skip to content

Commit

Permalink
[#251] Fix hosts.d path in hydroshare-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbcunc committed Aug 26, 2018
1 parent 383e1a5 commit 81a8553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/hydroshare-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HS_PATH: $HOME_DIR
HOST_SSL_DIR: $HS_PATH/hs-certs
HS_DATABASE: pg.myhpomdevelopment.sql
HS_LOG_FILES: $HS_PATH/log
HS_HOSTSD_DIR: $HS_PATH/deploy/files/etc/hosts.d
HS_HOSTSD_DIR: /hydroshare/deploy/files/etc/hosts.d
HS_SERVICE_UID: $UID
HS_SERVICE_GID: $GID

Expand Down

0 comments on commit 81a8553

Please sign in to comment.