feat: add readme

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-22 22:56:25 +02:00
parent b3f68c60c7
commit 102073bd0c
3 changed files with 87 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ async fn main() -> anyhow::Result<()> {
},
session: nefarious_login::session::SessionClap {
postgresql: PostgresqlSessionClap {
conn: Some("postgres://como:somenotverysecurepassword@localhost:5432/como".into()),
conn: Some("postgres://nefarious-test:somenotverysecurepassword@localhost:5432/nefarious-test".into()),
},
},
};