This file is indexed.

/etc/magcode/magcode.conf is in python3-magcode-core 1.4.7-3.

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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# MAG Code Python configuration file
#
# Typical ini file format
#
# DEFAULT section covers all programs, sections are by default program names,
# or WSGI names
#
# Section name has to exist for a program to run
#
[DEFAULT]
# Sample values, example for DMS system
#run_as_user = magdmd
#db_user = dms
#db_password = ScoobyDoo
#db_name = dms

[magdmd]
daemon_canary = blau
#log_level = DEBUG
#debug_mark = true

[zone_tool]
# edit timeout in minutes
#edit_lock_timeout = 2

[mod_wsgi]
# Settings specific to mod_wsgi scripts
#jsonrpc_error_stack_trace = True

[admin_dms.wsgi]
#jsonrpc_error_stack_trace = True