#
config
Here are 4,399,333 public repositories matching this topic...
Nginx HTTP server boilerplate configs
-
Updated
May 26, 2022
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
config
go
golang
template
enterprise
modular
framework
orm
high-performance
cache
logger
validator
logging
session
tracing
opentracing
go-framework
goframe
opentelemetry
-
Updated
Jun 29, 2022 - Go
Node.js Application Configuration
-
Updated
Jun 23, 2022 - JavaScript
Jsonnet - The data templating language
-
Updated
Jun 18, 2022 - Jsonnet
The Config component helps you find, load, combine, autofill and validate configuration values of any kind, whatever their source may be (YAML, XML, INI files, or for instance a database).
-
Updated
Jun 27, 2022 - PHP
Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
-
Updated
Jun 10, 2022 - JavaScript
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
config
go
cli
golang
yaml
toml
parser
json
query
xml
configuration
update
selector
data-structures
data-wrangling
devops-tools
data-processing
yaml-processor
json-processing
-
Updated
Jun 28, 2022 - Go
Apache HTTP server boilerplate configs
-
Updated
May 28, 2022 - Shell
Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert
nodejs
javascript
config
markdown
matter
yaml
data
node
parse
gatsby
metalsmith
mapbox
netlify
frontmatter
assemble
phenomic
front-matter
jonschlinkert
front-matter-parsers
-
Updated
Jun 23, 2022 - JavaScript
A simple and zero-dependencies library to parse environment variables into structs.
-
Updated
May 30, 2022 - Go
aberres
commented
Jan 5, 2022
Is your feature request related to a problem? Please describe.
After scratching my head for an hour or more why a unit test of mine fails (but everything is fine in production) I finally noticed that is configures Dynaconf like this:
settings.configure(
ENV_FOR_DYNACONF="testing",
ROOT_PATH_FOR_DYNACONF=os.path.dirname(os.path.realpath(__file__)) + "/../../../config",
R
-
Updated
Jun 29, 2022 - Go
Featureful configuration management library for Node.js
nodejs
javascript
config
json
node
schema
validation
configuration
json-files
environment-variables
configuration-management
env
-
Updated
May 9, 2022 - JavaScript
Easiest way to add multi-environment yaml settings to Rails, Sinatra, Pandrino and other Ruby projects.
-
Updated
Jun 9, 2022 - Ruby
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
config
go
docker
cli
golang
template
devops
cloud
consul
vault
templating
sysadmin
boltdb
sysops
devops-tools
codebeat-url
codebeat-image
hacktoberfest
dockerhub-url
microbadger-url
dockerhub-stars
cii-bp-image
gocover-image
cii-bp-url
dockerhub-image
gocover-url
-
Updated
Jun 27, 2022 - Go
config
rust
toml
json
config-management
configuration
crates
configuration-management
configr
rust-applications
-
Updated
Jun 29, 2022 - Rust
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡ 🔥 ⚡
config
template
research
deep-learning
neptune
best-practices
comet
pytorch
hydra
tensorboard
experiments
reproducibility
project-structure
mlops
mlflow
experiment-tracking
pytorch-lightning
wandb
-
Updated
Jun 27, 2022 - Python
Codemods for your project config files
-
Updated
Jun 23, 2022 - JavaScript
Home Assistant config files, rewritten to use the latest features, 100+ documented automations, automatically generated ToC 🏠 🤖
config
yaml
home-automation
iot
automation
philips-hue
internet-of-things
home-assistant
home-assistant-config
appdaemon
lovelace
lovelace-ui
-
Updated
May 30, 2022 - JavaScript
awesome configuration for Hammerspoon.
-
Updated
Jul 22, 2021 - Lua
你的最佳游戏配置解决方案 {excel, csv, xls, xlsx, json, bson, xml, yaml, lua, unity scriptableobject} => {json, bson, xml, lua, yaml, protobuf(pb), msgpack, flatbuffers, erlang, custom template} data + {c++, java, c#, go(golang), lua, javascript(js), typescript(ts), erlang, rust, gdscript, protobuf schema, flatbuffers schema, custom template} code。 不仅仅是导表工具。支持unity , ue4, tolua, xlua, slua, ilruntime, puerts等热更新插件;强大的数据校验能力;完善的本地化机制。a powerful game config export tool and code generator that supports for i18n and l10n.
game
config
yaml
json
csv
lua
protobuf
unity
xml
excel
flatbuffers
xlsx
xls
datatable
godot
cocos2d-x
ue4
excel2json
scriptableobject
xlsx2json
-
Updated
Jun 25, 2022 - C#
Simple, lightweight, extensible, configuration management library for Go. Support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
config
go
golang
yaml
toml
configuration
s3-bucket
configuration-management
viper
config-loader
configuration-file
golang-package
-
Updated
Jun 17, 2022 - Go
crdoconnor
commented
Oct 7, 2018
Similar to the Email validator.
Improve this page
Add a description, image, and links to the config topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the config topic, visit your repo's landing page and select "manage topics."
Backgroud
背景
There are three ways of getting arguments in the client module now, from the properties、from the Jvm arguments and from the system environment. so it needs an unified way that get arguments.
现在总共有3种获取参数的方式在客户端模块中, 有从
properties中获取的、从Jvm参数获取的和从System环境变了中获取的. 所以需要一种统一获取参数的方式.The reasons are as follows:
原因如