good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 1ec17f81 authored by a's avatar a
Browse files

noot

parent 633ea416
No related branches found
No related tags found
No related merge requests found
Pipeline #75663 passed with stages
in 10 minutes and 18 seconds
{
"apps": {
"pggat": {
"stat_log_period": 60000000000,
"servers": [
{
"listen": [
{
"address": ":5432",
"ssl": {
"provider": "self_signed"
},
"max_connections": 1000
}
],
"routes": [
{
"match": {
"matcher": "user",
"user": "*_ro"
},
"handle": {
"handler": "rewrite_parameter",
"key": "hybrid.mode",
"value": "ro"
}
},
{
"match": {
"matcher": "user",
"user": "*_ro"
},
"handle": {
"handler": "rewrite_user",
"mode": "strip_suffix",
"user": "_ro"
}
},
{
"handle": {
"discoverer": {
"api_key": "some_env_var",
"discoverer": "digitalocean"
},
"handler": "discovery",
"pool": {
"client_acquire_timeout": 60000000000,
"pool": "hybrid",
"server_idle_timeout": 300000000000,
"server_reconnect_initial_time": 5000000000,
"server_reconnect_max_time": 60000000000,
"tracked_parameters": [
"client_encoding",
"datestyle",
"timezone",
"standard_conforming_strings",
"application_name",
"intervalstyle",
"search_path"
]
},
"reconcile_period": 300000000000,
"server_max_connections": 50,
"server_ssl": {
"provider": "insecure_skip_verify"
},
"server_ssl_mode": "prefer"
}
}
]
}
]
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment