Skip to content

Commit

Permalink
add config.controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Mar 28, 2024
1 parent 71c3026 commit c29f91d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/ziti/ziti_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ XX(ca, string, none, ca, __VA_ARGS__)

#define ZITI_CONFIG_MODEL(XX, ...) \
XX(controller_url, string, none, ztAPI, __VA_ARGS__) \
XX(controllers, string, list, ztAPIs, __VA_ARGS__) \
XX(id, ziti_id_cfg, none, id, __VA_ARGS__) \
XX(cfg_source, string, none, , __VA_ARGS__)

Expand Down

0 comments on commit c29f91d

Please sign in to comment.