This repo contains all the generic configurations required for any Octo type system to work. By Octo type system, we mean like APIHandler, APIConsumer etc.
This repo has following branches
local
sandbox
production
master
As the name specifies, local
branch contains all the settings that are local to your development machine. Use this as the boilerplate for your environment. In most cases, it will run out of the box assuming you have "standard" ports open
Contains the settings for sandbox amd production environment respectively.
- Checkout the branch as per environment.
- Make changes
- commit and land that branch