Commit 973e8183 authored by Leo Iannacone's avatar Leo Iannacone

set general name and email in config.web.debomatic.admin

parent 1f859714
...@@ -35,8 +35,8 @@ config.web.description = "This is a web interface for debomatic" ...@@ -35,8 +35,8 @@ config.web.description = "This is a web interface for debomatic"
// debomatic configuration exportable for web // debomatic configuration exportable for web
config.web.debomatic = {} config.web.debomatic = {}
config.web.debomatic.admin = {} config.web.debomatic.admin = {}
config.web.debomatic.admin.name = "Leo Iannacone" config.web.debomatic.admin.name = "Your Name"
config.web.debomatic.admin.email = "l3on AT ubuntu DOT com" // please use this SPAMFREE form - it will be converted client side by javascript config.web.debomatic.admin.email = "you AT debian DOT org" // please use this SPAMFREE form - it will be converted client side by javascript
config.web.debomatic.incoming = config.debomatic.path config.web.debomatic.incoming = config.debomatic.path
config.web.debomatic.architecture = 'amd64' config.web.debomatic.architecture = 'amd64'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment