0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-04 19:52:50 +01:00

Update README and website project name

This commit is contained in:
Delta1925 2023-04-23 19:00:01 +02:00
parent 6eeebd114e
commit ec16cda875
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ mail_settings.mail_subject | String | The confirmation email's subject
## Environment Variables
You can choose the logging level by setting the `RUST_LOG` environment variable, using the [env_logger](https://docs.rs/env_logger/0.10.0/env_logger/#enabling-logging) syntax. To filter out logs originating from simple-wkd's dependencies, you should set it to `RUST_LOG=simple_wkd={log_level}`
You can choose the logging level by setting the `RUST_LOG` environment variable, using the [env_logger](https://docs.rs/env_logger/0.10.0/env_logger/#enabling-logging) syntax. To filter out logs originating from simple-wkd's dependencies, you should set `RUST_LOG` to `simple_wkd={log_level}`
## Deployment

View file

@ -1,5 +1,5 @@
{
"name": "",
"name": "simple-wkd-frontend",
"type": "module",
"version": "0.0.1",
"scripts": {