Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Deliver environment configurations and secrets to your engineering team's entire development flow. Configrd syncs variables and secrets across developer workstations, CI/CD pipelines and runtime environments.

License

Notifications You must be signed in to change notification settings

configrd/configrd-service

Repository files navigation

MaintainabilityCircleCI

See the full documentation at https://configrd.io

Quick Start

Pull & Run

Pull the docker image and start the service and map a volume to /srv/configrd on both container and host

docker run -d -p 9191:9191 -v /srv/configrd:/srv/configrd configrd/configrd-service:latest

A default configrd.yaml file will be created at /srv/configrd on your local file system. The service will listen to requests on port 9191.

service:
  defaults:
    fileName: default.properties
  repos:
    default:
      uri: file:/srv/configrd
      sourceName: file

Now open your favorite browser and navigate to http://localhost:9191/configrd/v1/

This project is tested with BrowserStack.

About

Deliver environment configurations and secrets to your engineering team's entire development flow. Configrd syncs variables and secrets across developer workstations, CI/CD pipelines and runtime environments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages