Update mysql connection in doc
Change-Id: I5b578778921cf86055d5f8e22cbb8104f827691a
This commit is contained in:
parent
8d5a0f85fa
commit
95234663f0
@ -13,7 +13,7 @@ api_workers=1
|
||||
function_service_expiration = 86400
|
||||
|
||||
[database]
|
||||
connection=mysql://root:password@localhost:3306/qinling
|
||||
connection=mysql+pymysql://root:password@localhost:3306/qinling
|
||||
|
||||
[oslo_messaging_rabbit]
|
||||
rabbit_password=password
|
||||
@ -23,4 +23,4 @@ auth_enable = false
|
||||
|
||||
[kubernetes]
|
||||
kube_host = KUBERNETES_API_HOST:KUBERNETES_API_PORT
|
||||
qinling_service_address = QINLING_API_ADDRESS
|
||||
qinling_service_address = QINLING_API_ADDRESS
|
||||
|
Loading…
Reference in New Issue
Block a user