openSUSE-release-tools/dist/ci/miniobs/database.yml.local
Stephan Kulow 4a98010259 Add small OBS instance without data
The default user is Admin:opensuse and the docker compose opens
only one port at 3737 running the api/webui

This can be used for CI on sources or to build against it with osc
(if you add interconnect project), but it won't build packages
2019-04-30 09:09:54 +02:00

12 lines
191 B
Plaintext

production:
adapter: mysql2
database: obs_production
host: localhost
username: root
password: opensuse
encoding: utf8mb4
collation: utf8mb4_unicode_ci
timeout: 15
pool: 30