edit : 이미지생성 api(gemini) 추가

This commit is contained in:
2025-09-23 09:55:40 +09:00
parent 605a7660c4
commit 39d5683eee
5 changed files with 64 additions and 3 deletions

View File

@@ -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'