#
config
Here are 4,184,541 public repositories matching this topic...
Open
13
Nginx HTTP server boilerplate configs
-
Updated
May 6, 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
May 25, 2022 - Go
Node.js Application Configuration
-
Updated
May 4, 2022 - JavaScript
Jsonnet - The data templating language
-
Updated
Apr 27, 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
May 17, 2022 - PHP
Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
-
Updated
May 2, 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
Apr 23, 2022 - Go
Apache HTTP server boilerplate configs
-
Updated
May 9, 2022 - Shell
A simple and zero-dependencies library to parse environment variables into structs.
-
Updated
May 23, 2022 - Go
-
Updated
May 26, 2022 - Go
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
Mar 6, 2022 - JavaScript
rochacbruno
commented
Mar 31, 2022
On lines
https://github.com/rochacbruno/dynaconf/blob/master/dynaconf/validator.py#L202-L205
validators.validate is calling from_env and it makes the variables to be reloaded from source files.
This is not good for testing.
Solution:
- Check if validation is happening on the same current env, then don't reload
- accept argument
reload=Falsethat will cause those lines to pass
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
May 25, 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
May 25, 2022 - Go
config
rust
toml
json
config-management
configuration
crates
configuration-management
configr
rust-applications
-
Updated
May 11, 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
May 25, 2022 - Python
Codemods for your project config files
-
Updated
Apr 19, 2022 - JavaScript
awesome configuration for Hammerspoon.
-
Updated
Jul 22, 2021 - Lua
crdoconnor
commented
Oct 7, 2018
Similar to the Email validator.
[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
-
Updated
Jan 15, 2019 - JavaScript
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
May 24, 2022 - Go
Global settings for your Rails application.
-
Updated
Mar 1, 2022 - Ruby
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."
我启动Nacos server后,启动过程中提示config_info表中缺少encrypted_data_key字段,然后我就手动加了这个字段encrypted_data_key(varchar(255)).但是无法创建新的配置

