diff --git a/README.md b/README.md index e7cae2c..01bdd66 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ First, rename `.env.example` to `.env` and `config.example.json` to `config.json `APP_SECRET` - application secret, generate one with this command: `python3 -c 'import secrets; print(secrets.token_hex())'` ### config.json -Configure in Admin panel after installing (located at `https://yourdomain.tld/admin/`) +Configure in Admin panel after installing --- @@ -61,7 +61,6 @@ gunicorn -w 4 app:app If you want CatAsk to be accessible on a specific host address, specify a `--bind` option to `gunicorn -w 4 app:app` (e.g. `--bind 127.0.0.1:5000`) For debugging, run `flask run --debug` -Admin login page is located at `https://example.com/admin/login/` Runs on `127.0.0.1:8000` by default ### Caddy