mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-03-04 23:09:24 +00:00
Test fix for contacting database over TCP
This commit is contained in:
parent
11969697a3
commit
be80b4f5af
1 changed files with 1 additions and 1 deletions
|
@ -841,7 +841,7 @@ main_function() {
|
|||
install_requirements
|
||||
install_database 1 1 re2o re2o re2o
|
||||
install_ldap 1 re2o "dc=example,dc=net"
|
||||
write_settings_file 1 localhost re2o re2o re2o \
|
||||
write_settings_file 1 "127.0.0.1" re2o re2o re2o \
|
||||
"cn=admin,dc=example,dc=net" 2 re2o localhost "dc=example,dc=net" \
|
||||
"mailserver.example.net" 25 "example.net" "re2o.example.net"
|
||||
update_django
|
||||
|
|
Loading…
Add table
Reference in a new issue