Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ services:
environment:
SCANNER_DB_HOST: 127.0.0.1
SCANNER_DB_PORT: 3306
SCANNER_DB_USER: scanner_username
SCANNER_DB_USERNAME: scanner_username
SCANNER_DB_PASSWORD: scanner_user_pw
SCANNER_DB_NAME: realdevicemap
MANUAL_DB_HOST: 127.0.0.1
MANUAL_DB_PORT: 3306
MANUAL_DB_USER: manual_username
MANUAL_DB_USERNAME: manual_username
MANUAL_DB_PASSWORD: manual_user_pw
MANUAL_DB_NAME: manual_db
MAP_GENERAL_TITLE: ReactMap
Expand Down