第 0 阶段:项目初始化
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
APP_ENV=development
|
||||
APP_ADDR=:8080
|
||||
|
||||
MYSQL_DSN=hfb:secret@tcp(127.0.0.1:3306)/hfb_sys?charset=utf8mb4&parseTime=True&loc=Local
|
||||
REDIS_ADDR=127.0.0.1:6379
|
||||
REDIS_PASSWORD=
|
||||
REDIS_DB=0
|
||||
|
||||
JWT_SECRET=change-me
|
||||
STORAGE_ENDPOINT=http://127.0.0.1:9000
|
||||
STORAGE_BUCKET=hfb-sys
|
||||
Reference in New Issue
Block a user