reposync/env_example.ini

25 lines
594 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Issue同步功能环境配置示例
# 复制此文件并重命名然后填入真实的Token
# GitHub配置
GITHUB_TOKEN=your_github_token_here
GITHUB_API_HOST=https://api.github.com
# GitLink配置
GITLINK_TOKEN=your_gitlink_token_here
GITLINK_API_HOST=https://gitlink.org.cn/api/v1
# Gitee配置
GITEE_TOKEN=your_gitee_token_here
GITEE_API_HOST=https://api.gitee.com/repos
# 数据库配置(如果需要)
CEROBOT_MYSQL_HOST=localhost
CEROBOT_MYSQL_PORT=3306
CEROBOT_MYSQL_USER=root
CEROBOT_MYSQL_PWD=200915qxq
CEROBOT_MYSQL_DB=reposync
# 日志配置
LOG_LV=INFO
LOG_SAVE=true