/etc/default/albatross is in python-albatross-common 1.36-5.5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | # Defaults for Albatross session daemon.
# Sourced by albatross initscript
#
# This is a POSIX shell fragment
#
SESSION_ENABLE=0 # set to 1 to enable session daemon
SESSION_PORT=34343 # port to listen on
SESSION_DEBUG=0 # print debug messages in log file
|