File: multidemo.prefs

package info (click to toggle)
python-jtoolkit 0.7.8-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,436 kB
  • ctags: 2,536
  • sloc: python: 15,143; makefile: 20
file content (24 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
importmodules:
  multidemo = "multidemo"
  helloworld = "helloworld"
  hellolog = "hellolog"

MultiDemoConfig:
  serverclass = multidemo.MultiDemoServer
  sessionkey='p00tl3'
  title = "Pootle"

  DBTYPE = 'mysql'
  DBNAME = 'test'
  DBHOST = 'localhost'
  DBUSER = 'test'
  DBPASSWORD = 'test'

  instances:
    helloworld:
      serverclass = helloworld.HelloWorldServer
    hellolog:
      serverclass = hellolog.HelloLogServer

  userprefs = "mutlidemo-users.prefs"