Skip to content

Commit

Permalink
GH #258 - Working on the scheduler's configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Nov 24, 2023
1 parent 115665b commit 491ce64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/zato-common/src/zato/common/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ class SCHEDULER:

# This is the username of an API client that servers
# will use when they invoke their scheduler.
Default_API_Client_For_Server_Auth_Required = True
Default_API_Client_For_Server_Auth_Required = False
Default_API_Client_For_Server_Username = 'server_api_client1'

TLS_Enabled = False
Expand Down

0 comments on commit 491ce64

Please sign in to comment.