Initial implementation of the syncing algorithm.
[pithos-macos] / pithos-macos / pithos-macos-Info.plist
index 2796712..3fafe29 100644 (file)
        <string>MainMenu</string>
        <key>NSPrincipalClass</key>
        <string>NSApplication</string>
-       <key>PithosStorageURLPrefix</key>
-       <string>https://pithos.dev.grnet.gr/v1</string>
-       <key>PithosPublicURLPrefix</key>
-       <string>https://pithos.dev.grnet.gr</string>
-       <key>PithosLoginURLPrefix</key>
-       <string>https://pithos.dev.grnet.gr/login</string>
        <key>PithosAboutURL</key>
        <string>https://pithos.dev.grnet.gr/docs</string>
+       <key>PithosLoginURLPrefix</key>
+       <string>https://pithos.dev.grnet.gr/login</string>
+       <key>PithosPublicURLPrefix</key>
+       <string>https://pithos.dev.grnet.gr</string>
+       <key>PithosStorageURLPrefix</key>
+       <string>https://pithos.dev.grnet.gr/v1</string>
+       <key>PithosSyncDirectoryPath</key>
+       <string></string>
+       <key>PithosSyncContainerName</key>
+       <string>pithos</string>
+       <key>PithosSyncTimeInterval</key>
+       <real>180</real>
 </dict>
 </plist>