update README

This commit is contained in:
2022-07-10 02:06:00 +08:00
parent 4c4ddca82b
commit 58794a479d
3 changed files with 8 additions and 4 deletions

View File

@@ -25,3 +25,5 @@ services:
ROCKET_DATABASES: '{pg_v2={url="postgres://hole:hole_pass@postgres/hole_v2"}}'
ROCKET_ADDRESS: "0.0.0.0"
ROCKET_PORT: 8863
AUTH_BACKEND_URL: "<你的后端地址>"
FRONTEND_WHITELIST: "<你的前端地址1>,<你的前端地址2>"