one_server_index => one_ha_server_index

This commit is contained in:
Emmanuel Garette 2019-02-21 14:23:33 +01:00
parent 3a74f7932c
commit 7a779cdec4
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ FEDERATION = [
MODE = "STANDALONE",
ZONE_ID = 0,
%if %%activer_one_ha == 'oui'
SERVER_ID = %%one_server_index,
SERVER_ID = %%one_ha_server_index,
%else
SERVER_ID = -1,
%end if