1
0
Fork 0

update readme to reflect env vars being set in the manage script

This commit is contained in:
kiara Grouwstra 2025-03-20 11:36:39 +01:00
parent 4cdc2702e0
commit 7cabd4c7d0
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -56,8 +56,4 @@ The Fediversity Panel is a web service for managing Fediversity deployments with
- Use the [Django Debug Toolbar](https://github.com/django-commons/django-debug-toolbar) for troubleshooting in the browser
When deployed, `manage` may be accessed like:
```sh
sudo DATABASE_URL=sqlite:////var/lib/panel/db.sqlite3 manage
```
When deployed, `manage` may be accessed from the root user.