File: magcode.conf.sample

package info (click to toggle)
python-magcode-core 1.5.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 324 kB
  • sloc: python: 2,606; makefile: 13; sh: 10
file content (34 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (4)
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
32
33
34
# 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