koji / manual / staging sync: fixes from recent sync
* The password was being set to the prod one * The allowed ip in the database was the phx2 one. ;( * The sequences were too low, prod already passed those, so increase them. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
826c2f8c7f
commit
1cab62674b
3 changed files with 7 additions and 4 deletions
|
@ -71,7 +71,7 @@
|
|||
#host all all ::1/128 @authmethod@
|
||||
|
||||
local all all ident
|
||||
host koji koji 10.5.128.166 255.255.255.255 md5
|
||||
host koji koji 10.3.167.64 255.255.255.255 md5
|
||||
host all all 0.0.0.0 0.0.0.0 md5
|
||||
host replication all 0.0.0.0 0.0.0.0 md5
|
||||
# Note, I can't think of a reason to make this more restrictive than ipv4 but
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue