mirror of https://github.com/yandex/odyssey.git
odissey: update odissey.conf
This commit is contained in:
parent
9761a78990
commit
795a82d8d4
|
@ -39,8 +39,6 @@ odissey {
|
||||||
# user "user"
|
# user "user"
|
||||||
# password "test"
|
# password "test"
|
||||||
# database "database"
|
# database "database"
|
||||||
# pool_min 0
|
|
||||||
# pool_max 100
|
|
||||||
# client_max 100
|
# client_max 100
|
||||||
# ttl 120
|
# ttl 120
|
||||||
# }
|
# }
|
||||||
|
@ -48,6 +46,7 @@ odissey {
|
||||||
|
|
||||||
users {
|
users {
|
||||||
default {
|
default {
|
||||||
|
# none, clear_text, md5
|
||||||
authentication "none"
|
authentication "none"
|
||||||
#password "test"
|
#password "test"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue