Adding title to config and utilizing it in layout

This commit is contained in:
2023-06-02 00:07:42 -04:00
parent effccfdbbc
commit f4da3f3ab3
6 changed files with 55 additions and 16 deletions

View File

@@ -28,11 +28,12 @@ postgres=# ALTER DATABASE crawlnicle OWNER TO crawlnicle;
directory with the contents:
```
RUST_LOG=crawlnicle=debug,cli=debug,lib=debug,tower_http=debug,sqlx=debug
HOST=127.0.0.1
PORT=3000
DATABASE_URL=postgresql://crawlnicle:<password>@localhost/crawlnicle
DATABASE_MAX_CONNECTIONS=5
RUST_LOG=crawlnicle=debug,cli=debug,lib=debug,tower_http=debug,sqlx=debug
TITLE=crawlnicle
```
4. Install