forked from Mika64/firelet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirelet.ini
33 lines (24 loc) · 840 Bytes
/
firelet.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[global]
# You can place test-specific configuration options here (like test db uri, etc)
# Global parameters
title = Firelet
listen_address = 0.0.0.0
listen_port = 8083
logfile = /var/log/firelet.log
demo_mode = False
data_dir = /var/lib/firelet
public_url = http://localhost/
# Comment out to smtp_server_addr disable email delivery
#smtp_server_addr = <ip address>
email_source = [email protected]
# Example: email_dest = "[email protected], [email protected]"
email_recipients = [email protected]
email_sender = [email protected]
email_smtp_server = mail1.eircom.net
# Stop deploying configuration if a firewall has an unknown interface
stop_on_extra_interfaces = False
# SSH username
ssh_username = firelet
# True: Add new ssh keys silently.
# False: Raise an exception on unknown ssh keys.
ssh_key_autoadd = True