Continuous Delivery

configBlogLeave a Comment

Photo by diwou from pixabay.com In configuration file hell? Take a look at Config, the easiest way to manage your application configuration across all your servers and environments. Introduction In the day-to-day life of a team that develops software, new features are added to the current system, or existing ones are improved. So, delivering a new version is basically improving … Read More

Config recognized with the 2018 “Great User Experience” title for collaboration tools software from FinancesOnline Directory!

configBlogLeave a Comment

Config Wins

Config is delighted to announce winning the 2018 “Great User Experience” award along with the 2018 “Rising Star” award from the FinancesOnline directory! The year 2018 has been especially rewarding for all of us here at Config, and our latest honor gives us a big new reason to celebrate. Config was conferred with the prestigious 2016 “Great User Experience” Award … Read More

Config file format – The LuaRocks Configuration files

configBlogLeave a Comment

Config file format

The LuaRocks configuration file is a Lua file containing assignments. Default values are assumed for variables that are not assigned explicitly. The location of the configuration file can be configured through flags during installation. If no –force-config or /FORCECONFIG flags were used on installation, the LUAROCKS_CONFIG environment variable can […] Click here to view original web page at github.com

Config Release 0.9-0.11 Updates

configReleaseLeave a Comment

Configuration File Management

The Config Team has been working hard to add more features and enhancements to make configuration file management easier! Here are the latest updates on our recent releases: Release Version 0.9.X This release provides users easier way to upgrade and manage their paid accounts. New Features Launched Upgrade Page If you need to manage more configuration files, or invite more … Read More

DevOps – Difference between Continuous Integration, Delivery, and Deployment

configBlog, ConfigLeave a Comment

Photo by diwou from pixabay.com In configuration file hell? Take a look at Config, the easiest way to manage your application configuration across all your servers and environments. In DevOps times, the terms we hear most today are: Continuous Integration Continuous Delivery Continuous Deployment Like every fashion term, we often hear distorted explanations of what each practice is and what … Read More

Write cloud-config automation scripts into the configuration file

configBlogLeave a Comment

Write cloud-config automation scripts into the configuration file

Sometimes, an administrator wants to stand up a customized cloud-based server without a lot of supporting infrastructure or digging into a deep understanding of automation languages. The cloud-config technology in cloud-init provides a good degree of deployment automation without demanding several new technologies. It’s in use at some of […] Click here to view original web page at searchitoperations.techtarget.com

The “.properties” file – things you should know

configBlogLeave a Comment

“.properties” is a file extension name for files used for storing configurable parameters on Java technologies. This file extension is similar to “.txt” and “.doc” as used for text files on windows however in this case the parameters are saved as pairs of strings with one bearing the parameter name and the other bearing the value of the parameter. These … Read More

API Microservice Cross Cutting Concern 6: Configuration

configNewsLeave a Comment

API Microservices

Externalized configurations from the API or microservice application package is extremely important for flexibility and audit-ability of the configurations deployed in various environments. They allow you to deploy the same code package to DEV, SIT, UAT, PROD, and any other environments using environment specific configuration packages without reopening the […] Click here to view original web page at it.toolbox.com