mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
Add comment
This commit is contained in:
@@ -119,6 +119,7 @@ impl ProxyConnection {
|
||||
None => return Ok(None),
|
||||
};
|
||||
|
||||
// HACK for local testing only
|
||||
// Both scenarios here should end up producing database credentials
|
||||
if true || username.ends_with("@zenith") {
|
||||
self.handle_existing_user(&username, &dbname).map(Some)
|
||||
|
||||
Reference in New Issue
Block a user