You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
251 B
14 lines
251 B
|
3 weeks ago
|
# Notion
|
||
|
|
NOTION_API_KEY=secret_xxx
|
||
|
|
NOTION_DATABASE_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||
|
|
NOTION_PROP_STATUS=상태
|
||
|
|
NOTION_PROP_PROGRESS=진행률
|
||
|
|
NOTION_STATUS_DONE=완료
|
||
|
|
|
||
|
|
# Gitea
|
||
|
|
GITEA_WEBHOOK_SECRET=your-secret
|
||
|
|
|
||
|
|
# Server
|
||
|
|
PORT=3000
|
||
|
|
LOG_LEVEL=info
|