mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
5f5d7193b0
This got removed during the attempt to make the tests run on Windows. I added them everywhere even though that's not strictly necessary. Without these set on the master and sub_master, Windows will throw erorrs because the networking stack will decide that anything that's bound to 0.0.0.0 represents an extestential threat to any socket that attempts to *connect* to one of those ports. (For...reasons.)
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
# Syndic Settings
|
|
id: syndic
|
|
interface: 127.0.0.1
|
|
syndic_master: localhost
|
|
syndic_master_port: 54506
|
|
syndic_log_file: syndic.log
|
|
syndic_pidfile: syndic.pid
|
|
tcp_pub_port: 64510
|
|
tcp_pull_port: 64511
|