move app to gatehouse-app

This commit is contained in:
2026-01-15 03:40:29 +10:30
parent 5e4cffcf73
commit 2c0aaf484b
69 changed files with 1569 additions and 294 deletions
+1 -1
View File
@@ -1454,7 +1454,7 @@ for key in jwks["keys"]:
```bash
# Test database connection
export DATABASE_URL="postgresql://user:pass@localhost:5432/authy2"
python -c "from app import create_app; app = create_app(); app.test_request_context().push()"
python -c "create_app create_app; app = create_app(); app.test_request_context().push()"
```
#### Migration Issues