lib/template/config/config.rb in pliny-0.16.3 vs lib/template/config/config.rb in pliny-0.17.0

- old
+ new

@@ -12,25 +12,24 @@ # Mandatory -- exception is raised for these variables when missing. mandatory :database_url, string # Optional -- value is returned or `nil` if it wasn't present. optional :app_name, string - optional :placeholder, string optional :versioning_default, string optional :versioning_app_name, string # Override -- value is returned or the set default. - override :database_timeout, 10, int - override :db_pool, 5, int + override :database_timeout, 10, int + override :db_pool, 5, int override :deployment, 'production', string - override :force_ssl, true, bool - override :pliny_env, 'development', string - override :port, 5000, int - override :pretty_json, false, bool - override :puma_max_threads, 16, int - override :puma_min_threads, 1, int - override :puma_workers, 3, int - override :raise_errors, false, bool + override :force_ssl, true, bool + override :pliny_env, 'production', string + override :port, 5000, int + override :pretty_json, false, bool + override :puma_max_threads, 16, int + override :puma_min_threads, 1, int + override :puma_workers, 3, int + override :raise_errors, false, bool override :root, File.expand_path("../../", __FILE__), string - override :timeout, 10, int - override :versioning, false, bool + override :timeout, 10, int + override :versioning, false, bool end