forked from I2P_Developers/i2p.i2p
15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
#
|
|
# This is for app context configuration of standalone i2psnark.
|
|
# Almost all configuration settings are in i2psnark.config.d/i2psnark.config
|
|
#
|
|
# disable browser launch on startup
|
|
#routerconsole.browser=/bin/false
|
|
# disable browser launch on startup (Windows)
|
|
#routerconsole.browser=NUL
|
|
# change browser
|
|
#routerconsole.browser=firefox
|
|
# disable system tray
|
|
#desktopgui.enabled=false
|
|
# disable system tray notification popups
|
|
#desktopgui.showNotifications=false
|