This commit is contained in:
Endre Karlson 2013-04-25 12:43:09 -07:00
parent a8b5a3b98f
commit 313b9d1603

View File

@ -85,14 +85,15 @@ allowed_rpc_exception_modules = billingstack.exceptions, billingstack.openstack.
#max_retries = 10 #max_retries = 10
#retry_interval = 10 #retry_interval = 10
################################################# #################################################
# Rating service # Rater service
################################################# #################################################
#----------------------- #-----------------------
# SQLAlchemy Storage # SQLAlchemy Storage
#----------------------- #-----------------------
[rating:sqlalchemy] [rater:sqlalchemy]
# Database connection string - to configure options for a given implementation # Database connection string - to configure options for a given implementation
# like sqlalchemy or other see below # like sqlalchemy or other see below
#database_connection = mysql://billingstack:billingstack@localhost:3306/billingstack #database_connection = mysql://billingstack:billingstack@localhost:3306/billingstack