Changes the conf files so redstack doesnt clobber them anymore.

fixes bug 1183474

Change-Id: Ic5a9597f916e3633eaead77cbdae71780200342e
This commit is contained in:
Michael Basnight 2013-05-23 10:40:40 -07:00
parent 76f705fa36
commit 8ccc5211a4

View File

@ -18,8 +18,8 @@ rabbit_password=f7999d1955c5014aa32c
# registry server. Any valid SQLAlchemy connection string is fine. # registry server. Any valid SQLAlchemy connection string is fine.
# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine # See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
#sql_connection = sqlite:///reddwarf_test.sqlite #sql_connection = sqlite:///reddwarf_test.sqlite
sql_connection = mysql://root:e1a2c042c828d3566d0a@10.0.0.1/reddwarf sql_connection = mysql://root:e1a2c042c828d3566d0a@10.0.0.1/reddwarf?charset=utf8
#sql_connection = postgresql://reddwarf:reddwarf@localhost/reddwarf #sql_connection = postgresql://reddwarf:reddwarf@10.0.0.1/reddwarf
# Period in seconds after which SQLAlchemy should reestablish its connection # Period in seconds after which SQLAlchemy should reestablish its connection
# to the database. # to the database.