Skip to content

Commit

Permalink
add MSC user and password
Browse files Browse the repository at this point in the history
  • Loading branch information
eloiferrer committed Mar 25, 2024
1 parent 1a6cd99 commit d49f45c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ x-common-variables: &wikibase_variables
DB_USER: ${DB_USER:-sqluser}
DB_PASS: ${DB_PASS}
DB_NAME: ${DB_NAME:-my_wiki}
MSC_USER: ${MSC_USER}
MSC_PASS: ${MSC_PASS}
DEPLOYMENT_ENV: ${DEPLOYMENT_ENV:-local}
WIKIBASE_SCHEME: ${WIKIBASE_SCHEME:-https}
WIKIBASE_HOST: ${WIKIBASE_HOST:-portal.mardi4nfdi.de}
Expand Down

0 comments on commit d49f45c

Please sign in to comment.