centralconfig

command module
v1.0.163 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2016 License: MIT Imports: 4 Imported by: 0

README

centralconfig Circle CI

A simple REST based service for managing application configuration across a cluster.
Runs natively on: Linux, Windows, OSX, FreeBSD, NetBSD, OpenBSD, and even Raspberry Pi.

Storage back-ends supported:

Quick start

To get up and running, grab the latest release for your platform

Start the server:

centralconfig serve

Then visit the url http://localhost:3000 and you can add/edit your configuration through the built-in web interface.

If no other configuration is specified, BoltDB will be used to store your config items in a file called 'config.db' in the working directory.

Docker quick start

To use the centralconfig docker image:

Install Docker

Start the server:

docker run --restart=on-failure -d -p 3000:3000 cagedtornado/centralconfig:latest
Configuration

To customize the config, first generate a default config file (with the name centralconfig.yaml):

centralconfig defaults > centralconfig.yaml

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL