aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/web/Bugs-Everywhere-Web/beweb/config.py.example
blob: 8745c6dada1b50d343924228d483cd21b46bacda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# This is an example beweb configuration file.

# One thing we need is a map of projects.  Projects have a beweb ID, a path,
# and a display name.

# In this example, the 'be' beweb ID is assigned the display name "Bugs 
# Everywhere" and the path "/home/abentley/be"

projects = {"be": ("Bugs Everywhere","/home/abentley/be"),
           }