diff options
author | dyh <dengyuanhong@chinamobile.com> | 2019-09-19 17:19:00 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2019-09-19 17:19:22 +0800 |
commit | f549258d1f58fa2c0e669412f0f4f9a0c097aeee (patch) | |
tree | 0263705fe7b597fbb7d126ea1e02d34baae853e9 /catalog/pub/config | |
parent | 68d6eee8cf3b19db1f5a7b3af1151661e8d2f13c (diff) |
update database information
Change-Id: Id76f6006caf2e28f924c9cf5f8c7851164cc14d8
Issue-ID: MODELING-235
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'catalog/pub/config')
-rw-r--r-- | catalog/pub/config/config.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/catalog/pub/config/config.py b/catalog/pub/config/config.py index b8a5141..86585a3 100644 --- a/catalog/pub/config/config.py +++ b/catalog/pub/config/config.py @@ -24,9 +24,9 @@ REDIS_PASSWD = '' # [mysql] DB_IP = "127.0.0.1" DB_PORT = 3306 -DB_NAME = "nfvocatalog" -DB_USER = "nfvocatalog" -DB_PASSWD = "nfvocatalog" +DB_NAME = "etsicatalog" +DB_USER = "etsicatalog" +DB_PASSWD = "etsicatalog" # [MDC] SERVICE_NAME = "catalog" |