- URL: http://localhost:5050
- Login:
admin@example.com/ admin
- Host: postgres
- Port: 5432
- Database: configservice
- Username: configuser
- Password: configpass
# From host machine
psql -h localhost -p 5432 -U configuser -d configservice
# Password: configpass
# From Docker
make db-shell# From host machine
redis-cli -h localhost -p 6379
# From Docker
make redis-shell- Bootstrap Server: localhost:9093
- UI: http://localhost:8080
- URL: http://localhost:3000
- Login: admin / admin