edit : 이미지생성 api(gemini) 추가
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
- 2022-01-14/hsj100@a2tec.co.kr : refactoring
|
||||
@brief: consts
|
||||
"""
|
||||
from config import rest_config
|
||||
|
||||
# SUPPORT PROJECT
|
||||
SUPPORT_PROJECT_BASIC = 'PROJECT_BASIC'
|
||||
@@ -87,7 +88,7 @@ NUM_RETRY_UUID_GEN = 3
|
||||
DB_ADDRESS = "localhost"
|
||||
DB_PORT = 53306
|
||||
DB_USER_ID = 'root'
|
||||
DB_USER_PW = 'Fermat3514!'
|
||||
DB_USER_PW = rest_config.db_pw
|
||||
DB_NAME = 'FM_TEST'
|
||||
DB_CHARSET = 'utf8mb4'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user