mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 07:11:08 +02:00
8 lines
191 B
Text
8 lines
191 B
Text
# /etc/conf.d/dradis: config file for /etc/init.d/dradis
|
|
# Bind to specified address
|
|
# You can set to 0.0.0.0 to accept requests anywhere
|
|
DRADIS_ADDRESS="localhost"
|
|
|
|
# Port
|
|
DRADIS_PORT=3000
|
|
|