Configserver for OceanBase
10K+
ob-configserver is a web program that provides the ability to store and fetch oceanbase's rootservice info. the api reference can be found at API reference
ob-configserver relies on several environment values, the environment values are listed below
| name | description | required |
|---|---|---|
| DATABASE_TYPE | database type to store meta info, either mysql or sqlite3 | yes |
| SVC_ADDRESS | service address to connect ob-configserver, it will return to the client | yes |
| SVC_PORT | service port to connect ob-configserver, it will return to the client | yes |
| META_HOST | address of meta database, required if DATABASE_TYPE is mysql | no |
| META_PORT | port of meta database, required if DATABASE_TYPE is mysql | no |
| META_USER | username of meta database, required if DATABASE_TYPE is mysql | no |
| META_PASSWORD | user password of meta database, required if DATABASE_TYPE is mysql | no |
| META_DATABASE | database name of meta database, required if DATABASE_TYPE is mysql | no |
Content type
Image
Digest
sha256:7bbecdceb…
Size
91.9 MB
Last updated
about 2 years ago
docker pull oceanbase/ob-configserver:1.0.0-2