@@ -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()),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user