-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
33 lines (29 loc) · 882 Bytes
/
example.env
File metadata and controls
33 lines (29 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PORT=8080
RESERVED_BLOG_NAMES=blog,dev,api,dash,plat
APP_INSTALLATION_URL=https://github.com/apps/mkblog-platform/installations/new
DOMAIN=mkblog.dev
PLATFORM_DOMAIN=plat.mkblog.dev
BLOG_DNS_TARGET=blog-5bd4adcc-6c61-443b-a07a-8c06f7fa8016
LOG_LEVEK=debug
# Deploy
DPL_SRC_DIR=./blogs/src
DPL_DIST_DIR=./blogs/dist
DEPLOY_WORKERS_COUNT=2
# DB
DB_SOURCE_NAME=./db/mkblog.db
GOOSE_DRIVER=sqlite3
GOOSE_DBSTRING=./db/mkblog.db
GOOSE_MIGRATION_DIR=./db/migrations
GOOSE_TABLE=goose_migrations
# GitHub
GH_CLIENT_ID=1239841
GH_CLIENT_SECRET=
GH_AUTH_URL=https://github.com/login/oauth/authorize
GH_TOKEN_URL=https://github.com/login/oauth/access_token
GH_CALLBACK_URL=http://localhost:8080/api/auth/gh-callback
GH_PRIVATE_KEY_PATH=
GH_INSTALLLATION_URL=https://github.com/apps/mkblog-platform/installations/new
GH_WEBHOOK_SECRET=
# Cloudflare DNS Management
CF_API_TOKEN=
CF_ZONE_ID=