# # # patch "config.py.example" # from [7156cefa2775524e5bbc7f49734d37b3fc1ba504] # to [64cb5898e3a026b4782c343ca4386585e0c3c275] # ============================================================ --- config.py.example 7156cefa2775524e5bbc7f49734d37b3fc1ba504 +++ config.py.example 64cb5898e3a026b4782c343ca4386585e0c3c275 @@ -17,6 +17,9 @@ import sys +# the base URL of this install +base_url = 'http://localhost/~grahame/viewmtn/' + # the path to the 'monotone' binary monotone = '/opt/monotone/bin/monotone'