🔥 Remove Celery and Flower, they are currently not used nor recommended (#694)
This commit is contained in:

committed by
GitHub

parent
63eb8b5ef8
commit
1e256bce5d
@@ -142,7 +142,6 @@ You can set several variables, like:
|
||||
* `POSTGRES_USER`: The Postgres user, you can leave the default.
|
||||
* `POSTGRES_DB`: The database name to use for this application. You can leave the default of `app`.
|
||||
* `SENTRY_DSN`: The DSN for Sentry, if you are using it.
|
||||
* `FLOWER_BASIC_AUTH`: The HTTP Basic Auth for Flower, like `admin:changethis`.
|
||||
|
||||
### Generate secret keys
|
||||
|
||||
@@ -281,8 +280,6 @@ Backend API base URL: `https://fastapi-project.example.com/api/`
|
||||
|
||||
Adminer: `https://adminer.fastapi-project.example.com`
|
||||
|
||||
Flower: `https://flower.fastapi-project.example.com`
|
||||
|
||||
### Staging
|
||||
|
||||
Frontend: `https://staging.fastapi-project.example.com`
|
||||
@@ -292,5 +289,3 @@ Backend API docs: `https://staging.fastapi-project.example.com/docs`
|
||||
Backend API base URL: `https://staging.fastapi-project.example.com/api/`
|
||||
|
||||
Adminer: `https://staging.adminer.fastapi-project.example.com`
|
||||
|
||||
Flower: `https://staging.flower.fastapi-project.example.com`
|
||||
|
Reference in New Issue
Block a user