chore: initialize repo skeleton with Makefile and lint config

This commit is contained in:
2026-04-28 12:33:46 +08:00
commit 1d38ce90bb
10 changed files with 105 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
APP_ENV=development
APP_HTTP_ADDR=:8080
APP_DATA_DIR=./data
# Postgres
APP_DB_DSN=postgres://acw:acw@localhost:5432/acw?sslmode=disable
# Encryption master key(32 字节 hex 编码 = 64 字符)
APP_MASTER_KEY=00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff
# 首次启动管理员账号种子
APP_BOOTSTRAP_ADMIN_EMAIL=admin@local
APP_BOOTSTRAP_ADMIN_PASSWORD=changeme