@@ -17,7 +17,11 @@ <h3>Setup Strider</h3>
17
17
< legend > Basics</ legend >
18
18
19
19
< label for ="basic-servername "> Server Name</ label >
20
- < input id ="basic-servername " type ="text " placeholder ="Publically visible url " required =true ng-model ="config.general.server_name ">
20
+ < input id ="basic-servername " type ="text " placeholder ="Publically visible url " required =true ng-model ="config.general.serverName ">
21
+ < span class ="help-block "> Publicaly accessible URL for this instance of Strider, e.g. ci.mydomain.com</ span >
22
+
23
+ < label for ="basic-proxyurl "> Proxy URL</ label >
24
+ < input id ="basic-proxyurl " type ="text " placeholder ="Proxy URL " ng-model ="config.general.proxyUrl ">
21
25
< span class ="help-block "> Publicaly accessible URL for this instance of Strider, e.g. ci.mydomain.com</ span >
22
26
</ fieldset >
23
27
< button wz-next type ="submit " class ="btn btn-default "> Next</ button >
@@ -52,23 +56,23 @@ <h3>Setup Strider</h3>
52
56
< legend > Email</ legend >
53
57
54
58
< label > Host</ label >
55
- < input type ="text " placeholder ="Type something… " ng-model ="config.general.smtp_host ">
59
+ < input type ="text " placeholder ="Type something… " ng-model ="config.smtp.host ">
56
60
< span class ="help-block "> Example block-level help text here.</ span >
57
61
58
62
< label > Port</ label >
59
- < input type ="text " placeholder ="Type something… " ng-model ="config.general.smtp_port ">
63
+ < input type ="text " placeholder ="Type something… " ng-model ="config.smtp.port ">
60
64
< span class ="help-block "> Example block-level help text here.</ span >
61
65
62
66
< label > User</ label >
63
- < input type ="text " placeholder ="Type something… " ng-model ="config.general.smtp_user ">
67
+ < input type ="text " placeholder ="Type something… " ng-model ="config.smtp.user ">
64
68
< span class ="help-block "> Example block-level help text here.</ span >
65
69
66
70
< label > Password</ label >
67
- < input type ="text " placeholder ="Type something… " ng-model ="config.general.smtp_pass ">
71
+ < input type ="text " placeholder ="Type something… " ng-model ="config.smtp.password ">
68
72
< span class ="help-block "> Example block-level help text here.</ span >
69
73
70
74
< label > From Email Address</ label >
71
- < input type ="text " placeholder ="Type something… " ng-model ="config.general.smtp_from ">
75
+ < input type ="text " placeholder ="Type something… " ng-model ="config.smtp.fromAddress ">
72
76
< span class ="help-block "> Example block-level help text here.</ span >
73
77
</ fieldset >
74
78
< button wz-finish type ="submit " class ="btn btn-primary "> Finish</ button >
0 commit comments