Revision dd5a89b9

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
214 214
        
215 215
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
216 216
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
217
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/login")]
217
        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr/login")]
218 218
        public string PithosLoginUrl {
219 219
            get {
220 220
                return ((string)(this["PithosLoginUrl"]));
......
244 244
        
245 245
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
246 246
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
247
        [global::System.Configuration.DefaultSettingValueAttribute("http://plus.pithos.grnet.gr")]
247
        [global::System.Configuration.DefaultSettingValueAttribute("https://plus.pithos.grnet.gr")]
248 248
        public string ProductionServer {
249 249
            get {
250 250
                return ((string)(this["ProductionServer"]));
......
253 253
        
254 254
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
255 255
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
256
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr")]
256
        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")]
257 257
        public string DevelopmentServer {
258 258
            get {
259 259
                return ((string)(this["DevelopmentServer"]));
b/trunk/Pithos.Client.WPF/Properties/Settings.settings
51 51
      <Value Profile="(Default)">https://auth.api.rackspacecloud.com</Value>
52 52
    </Setting>
53 53
    <Setting Name="PithosLoginUrl" Type="System.String" Scope="Application">
54
      <Value Profile="(Default)">http://pithos.dev.grnet.gr/login</Value>
54
      <Value Profile="(Default)">https://pithos.dev.grnet.gr/login</Value>
55 55
    </Setting>
56 56
    <Setting Name="FeedbackUri" Type="System.String" Scope="Application">
57 57
      <Value Profile="(Default)">http://pithos.dev.grnet.gr/tools/feedback</Value>
......
60 60
      <Value Profile="(Default)">True</Value>
61 61
    </Setting>
62 62
    <Setting Name="ProductionServer" Type="System.String" Scope="Application">
63
      <Value Profile="(Default)">http://plus.pithos.grnet.gr</Value>
63
      <Value Profile="(Default)">https://plus.pithos.grnet.gr</Value>
64 64
    </Setting>
65 65
    <Setting Name="DevelopmentServer" Type="System.String" Scope="Application">
66
      <Value Profile="(Default)">http://pithos.dev.grnet.gr</Value>
66
      <Value Profile="(Default)">https://pithos.dev.grnet.gr</Value>
67 67
    </Setting>
68 68
    <Setting Name="Accounts" Type="Pithos.Interfaces.AccountsCollection" Scope="User">
69 69
      <Value Profile="(Default)" />
b/trunk/Pithos.Client.WPF/app.config
105 105
        <value>https://auth.api.rackspacecloud.com</value>
106 106
      </setting>
107 107
      <setting name="PithosLoginUrl" serializeAs="String">
108
        <value>http://pithos.dev.grnet.gr/login</value>
108
        <value>https://pithos.dev.grnet.gr/login</value>
109 109
      </setting>
110 110
      <setting name="FeedbackUri" serializeAs="String">
111 111
        <value>http://pithos.dev.grnet.gr/tools/feedback</value>
112 112
      </setting>
113 113
      <setting name="ProductionServer" serializeAs="String">
114
        <value>http://plus.pithos.grnet.gr</value>
114
        <value>https://plus.pithos.grnet.gr</value>
115 115
      </setting>
116 116
      <setting name="DevelopmentServer" serializeAs="String">
117
        <value>http://pithos.dev.grnet.gr</value>
117
        <value>https://pithos.dev.grnet.gr</value>
118 118
      </setting>
119 119
    </Pithos.Client.WPF.Properties.Settings>
120 120
  </applicationSettings>

Also available in: Unified diff