lib/not_relational/configuration.rb in cloudwow-not_relational-0.1.6 vs lib/not_relational/configuration.rb in cloudwow-not_relational-0.1.7
- old
+ new
@@ -28,10 +28,10 @@
if not_relational_config.has_key?("repository_class")
@repository_class=eval not_relational_config["repository_class"]
else
@repository_class=NotRelational::MemoryRepository
end
- @base_domain_name= not_relational_config["domain_name_prefix"] || ""
+ @base_domain_name= not_relational_config["base_domain_name"] || ""
@blob_bucket= not_relational_config["blob_bucket"]
@aws_key_id = not_relational_config["aws_key_id"]
@aws_secret_key = not_relational_config["aws_secret_key"]
@memcache_servers= not_relational_config['memcache_servers']
@memcache_servers = memcache_servers.split(",") if memcache_servers and memcache_servers.respond_to?(:split)
\ No newline at end of file