README.md in appsent-0.0.2 vs README.md in appsent-0.0.3
- old
+ new
@@ -24,13 +24,11 @@
port :type => Fixnum
pool_size :type => Fixnum
timeout :type => Fixnum
end
- # Array-based config(TODO:block non-required):
exception_notification_recipients :type => Array
- my_simple_config # config without special requirements, stupid but it can do so, why not?
end
Access to config values performs in a such way:
AppSent::MONGO_DB_CONFIG['host'] #=>'localhost'