dotenv-schema:为 dotenv 定义架构

时间:2024-07-16 05:06:14
【文件属性】:

文件名称:dotenv-schema:为 dotenv 定义架构

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-16 05:06:14

Ruby

dotenv 模式 Dotenv-schema 使模式化。 安装 编写.env和.env_schema : $ cat .env DB_HOST=db.example.com DB_PORT=3306 $ cat .env_schema DB_HOST: DB_PORT: 导轨 将此行添加到应用程序的 Gemfile 中: gem 'dotenv-schema-rails' # DO NOT load dotenv-rails gem! Use dotenv-schema-rails instead. 然后执行: $ bundle $ rails server 如果验证失败,它会引发 Dotenv::Schema::ValidationError。 Sinatra 或Plain ol' Ruby $ gem install dotenv require 'dotenv-


【文件预览】:
dotenv-schema-master
----.gitignore(154B)
----Guardfile(219B)
----test.env(19B)
----.rspec(26B)
----.travis.yml(60B)
----LICENSE.txt(1KB)
----spec()
--------dotenv_schema_spec.rb(1KB)
--------spec_helper.rb(862B)
--------lib()
----README.md(2KB)
----Changelog.md(38B)
----lib()
--------dotenv()
--------dotenv-schema()
--------dotenv-schema.rb(556B)
--------dotenv-schema-rails.rb(49B)
----dotenv-schema.gemspec(894B)
----Gemfile(119B)
----dotenv-schema-rails.gemspec(991B)
----Rakefile(782B)

网友评论