Kiln » Kiln Extensions
Clone URL:  
custom.py
1
2
3
4
5
6
7
#These variables determine the default values for #the command line parameters. Passing in --kilnurl, #--user, or --password will override the values here. KILNURL = 'http://your.kilnhg.dev.local' USER = 'test' PASSWORD = 'tester'