Sha256: 4f3352667292e7cad2da5b40a44f39b2d771da968d7776ab99c5c7b3894cd92b

Contents?: true

Size: 376 Bytes

Versions: 7

Compression:

Stored size: 376 Bytes

Contents

---
allowed_hosts:
- example.com
- api.example.com
app_config:
  debug_mode: false
  environment: production
  name: My Web App
  version: 1.0.0
database:
  host: localhost
  name: my_web_app_db
  port: 5432
  username: db_user
features:
  api: true
  authentication: true
  web_sockets: false
logging:
  file_path: "/var/log/my_web_app.log"
  level: info
  log_to_file: true

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dorian-2.6.3 samples/config_2.yml
dorian-2.6.2 samples/config_2.yml
dorian-2.6.1 samples/config_2.yml
dorian-2.6.0 samples/config_2.yml
dorian-2.5.2 samples/config_2.yml
dorian-2.5.1 samples/config_2.yml
dorian-2.5.0 samples/config_2.yml