~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/conf/conf.py

Move trampoline UID configuration out of config.

conf.h is now generated during the build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    'log_path': 'paths/logs',
46
46
    'python_site_packages_override': 'paths/site_packages',
47
47
    'public_host': 'urls/public_host',
48
 
    'allowed_uids': 'os/allowed_uids',
49
48
    'db_host': 'database/host',
50
49
    'db_port': 'database/port',
51
50
    'db_dbname': 'database/name',
78
77
# pulldown_subj and auth_modules can re-split them.
79
78
subject_pulldown_modules = ','.join(subject_pulldown_modules)
80
79
auth_modules = ','.join(auth_modules)
81
 
allowed_uids = ','.join([str(uid) for uid in allowed_uids])
82
80
 
83
81
# Additional auto-generated config options
84
82