-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0b31f1
commit 27cfe72
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# woudc-archive connection information | ||
export WOUDC_ARCHIVE_HOSTNAME=woudc-archive-host | ||
export WOUDC_ARCHIVE_HOSTPORT=woudc-archive-port | ||
export WOUDC_ARCHIVE_HOST=woudc-archive-host | ||
export WOUDC_ARCHIVE_PORT=woudc-archive-port | ||
export WOUDC_ARCHIVE_DBNAME=woudc-archive | ||
export WOUDC_ARCHIVE_USERNAME=woudcadmin | ||
export WOUDC_ARCHIVE_PASSWORD=password1 | ||
|
||
# woudc-web-db connection information | ||
export WOUDC_DATAMART_HOSTNAME=woudc-datamart-host | ||
export WOUDC_DATAMART_HOSTPORT=woudc-datamart-host | ||
export WOUDC_DATAMART_HOST=woudc-datamart-host | ||
export WOUDC_DATAMART_PORT=woudc-datamart-host | ||
export WOUDC_DATAMART_DBNAME=woudc-web-db | ||
export WOUDC_DATAMART_USERNAME=woudcadmin | ||
export WOUDC_DATAMART_PASSWORD=password2 |