# /etc/conf.d/tango: config file for /etc/init.d/tango # # main section # # use the database for the configuration/control of the Tango infrastracture TANGO_WITH_DB=yes # Tango access control, set to yes/no TANGO_WITH_ACCESS_CONTROL=no # # database access credentials # # credentials to access the Tango database "tango" TANGO_DB_USER=tango TANGO_DB_PWD=tango # port number of the Tango database service TANGO_DB_PORT=10000 # # log file # TANGO_LOG=/var/log/tango.log