maj eoledb

This commit is contained in:
root 2019-06-04 09:59:34 +02:00
parent b2c04f7c50
commit b73ff79539
1 changed files with 1 additions and 9 deletions

View File

@ -1,14 +1,5 @@
---
%set dmode = %%getVar('ninegate_db_mode','non')
%if %%dmode == "default"
%set dmode = %%getVar('edb_local','non')
%end if
%if %%dmode == "oui"
%set dmode = "local"
%end if
dbmode: %%dmode
grantall: true
%if %%dmode == "externe"
dbhost: %%ninegate_dbserver
dbport: %%ninegate_dbport
@ -37,6 +28,7 @@ client_hosts: ["%%adresse_ip_eth0" %slurp
]
%end if
%end if
createscript: "/usr/share/eole/db/ninegate/gen/ninegate-create-0.sql"
%set cnt_prefix = %%getVar('container_path_reseau', '')