Skip to content

Commit

Permalink
Fix hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
ylvion committed Apr 11, 2022
1 parent 25ef0ed commit f6bf45e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Developers-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| Project Title | Version | Date | Author |
|:-----------------------|:-------:|:----------:|:--------------------------------|
| xAPI Toolkit - DATASIM | v1 | 27.01.2022 | Konstantin Köhring (@Galaxy102) |
| xAPI Toolkit - DAVE | v2 | 04.04.2022 | Ylvi Sarah Bachmann (@ylvion) |
| xAPI Toolkit - DAVE | v2 | 11.04.2022 | Ylvi Sarah Bachmann (@ylvion) |

## Intro

Expand All @@ -17,16 +17,16 @@ and think of great values for the variables in [application-dev.properties](src/

For my setup, I have chosen the following parameters:

| Environment Variable | Value |
|:----------------------------------|:-----------------------------------------------|
| XAPITOOLS_SEC_USERNAME | foo |
| XAPITOOLS_SEC_PASSWORD | bar |
| XAPITOOLS_SIM_BACKEND_BASE_URL | http://localhost:9090 |
| XAPITOOLS_SIM_BACKEND_USERNAME | foo |
| XAPITOOLS_SIM_BACKEND_PASSWORD | bar |
| XAPITOOLS_SIM_STORAGE_DIR | /tmp/xapitools |
| XAPITOOLS_VIZ_BACKEND_BASE_URL | http://dave:password@localhost:9091 |
| XAPITOOLS_MONGO_CONNECTION_STRING | mongodb://xapi:toolkit@mongodb:27017/xapitools |
| Environment Variable | Value |
|:----------------------------------|:-------------------------------------------------|
| XAPITOOLS_SEC_USERNAME | foo |
| XAPITOOLS_SEC_PASSWORD | bar |
| XAPITOOLS_SIM_BACKEND_BASE_URL | http://localhost:9090 |
| XAPITOOLS_SIM_BACKEND_USERNAME | foo |
| XAPITOOLS_SIM_BACKEND_PASSWORD | bar |
| XAPITOOLS_SIM_STORAGE_DIR | /tmp/xapitools |
| XAPITOOLS_VIZ_BACKEND_BASE_URL | http://dave:password@localhost:9091 |
| XAPITOOLS_MONGO_CONNECTION_STRING | mongodb://xapi:toolkit@localhost:27017/xapitools |

Their semantic is explained in the README.

Expand Down

0 comments on commit f6bf45e

Please sign in to comment.