config
Here are 4,255,998 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.
-
Updated
Jun 3, 2022 - Go
Node.js Application Configuration
-
Updated
May 4, 2022 - JavaScript
Jsonnet - The data templating language
-
Updated
Jun 1, 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 27, 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.
-
Updated
Apr 23, 2022 - Go
Apache HTTP server boilerplate configs
-
Updated
May 28, 2022 - Shell
A simple and zero-dependencies library to parse environment variables into structs.
-
Updated
May 30, 2022 - Go
-
Updated
Jun 5, 2022 - Go
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
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
-
Updated
Mar 6, 2022 - JavaScript
Featureful configuration management library for Node.js
-
Updated
May 9, 2022 - JavaScript
Easiest way to add multi-environment yaml settings to Rails, Sinatra, Pandrino and other Ruby projects.
-
Updated
Jun 4, 2022 - Ruby
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
-
Updated
Jun 6, 2022 - Go
-
Updated
Jun 1, 2022 - Rust
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices.
-
Updated
Jun 5, 2022 - Python
Codemods for your project config files
-
Updated
May 31, 2022 - JavaScript
Home Assistant config files, rewritten to use the latest features, 100+ documented automations, automatically generated ToC
-
Updated
May 30, 2022 - JavaScript
awesome configuration for Hammerspoon.
-
Updated
Jul 22, 2021 - Lua
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.
-
Updated
Jun 1, 2022 - Go
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)).但是无法创建新的配置

