# anchoring 모듈 설정 — config.toml 로 복사 후 채운다 (config.toml 은 gitignore). # 우선순위: env(DB_*/REDIS_*/LOG_LEVEL) > 이 파일 > 코드 기본값. log_level = "info" [db] host = "127.0.0.1" port = 5432 user = "postgres" password = "postgres" name = "negosium_db" [redis] host = "127.0.0.1" port = 6379 db = 0 password = ""