chore: deprecated notice - migrated to fgtools

This commit is contained in:
2025-12-31 09:55:29 +09:00
parent 5cae6e22c7
commit ae83122330
5 changed files with 19 additions and 9 deletions

View File

@ -9,7 +9,7 @@
# MariaDB/MySQL 데이터베이스 연결 설정
# 환경변수로 덮어쓰기 가능: DB_HOST, DB_USER, DB_PASSWORD, DB_NAME
database:
host: localhost # DB 호스트명 (Docker: mariadb, 로컬: localhost)
host: localhost # DB 호스트명 (Docker: static-db, 로컬: localhost)
user: your_db_user # DB 사용자명
password: your_db_password # DB 비밀번호
name: your_db_name # 사용할 데이터베이스 이름