Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge d1c2213 into 5c978f0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego committed Jul 29, 2019
2 parents 5c978f0 + d1c2213 commit 971420b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Deploy on CERN infrastructure
db_config: &db_base_config
- REANA_DB_NAME: "reana"
- REANA_DB_HOST: "db-host-name"
- REANA_DB_POSRT: "5432"
- REANA_DB_PORT: "5432"
root_path: "/var/reana"
shared_volume_path: "/var/reana"
reana_url: "reana-dev.cern.ch"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cluster:
- REANA_DB_USERNAME: "reana"
- REANA_DB_PASSWORD: "reana"
- REANA_DB_HOST: "db"
- REANA_DB_POSRT: "5432"
- REANA_DB_PORT: "5432"
root_path: "/var/reana"
shared_volume_path: "/var/reana"
db_persistence_path: "/var/reana/db"
Expand Down
2 changes: 1 addition & 1 deletion reana_cluster/configurations/reana-cluster-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cluster:
db_config: &db_base_config
- REANA_DB_NAME: "reana"
- REANA_DB_HOST: "db"
- REANA_DB_POSRT: "5432"
- REANA_DB_PORT: "5432"
root_path: "/var/reana"
shared_volume_path: "/var/reana"
db_persistence_path: "/var/reana/db"
Expand Down

0 comments on commit 971420b

Please sign in to comment.