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
12 lines
191 B
Plaintext
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
|
|
|