mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 11:34:42 -04:00
* feat: update docs and self host deploy configs * feat: use default ports for dev * feat: revamp self host * feat: use nginx resolver * feat: cargo fmt * feat: ci integration test with nginx routing * feat: cargo fmt * feat: make docker ci use deploy env rather than dev env * feat: update api external url for deploy test * fix: if sqlx is set to offline dont run casbin for tests * fix: set api external url for tests * fix: ignore sqlx test with cfg * fix: sqlx tests * fix: test use env * feat: update the docs on optional components
3 lines
81 B
Bash
3 lines
81 B
Bash
GOTRUE_URL=http://localhost:9999
|
|
REDIS_URL=redis://localhost:6379
|
|
RUST_LOG=trace
|