Sample Configuration File

The example below is an excerpt of a configuration file, showing the username and password fields for a user account.

For instructions on creating and using a configuration file with Drive, see Creating a Configuration File.

        { 
            "conf": { 
                "accounts": [ 
                    { 
                        "faspex": { 
                            "auto_start": true, 
                            "check_interval_seconds": 900, 
                            "download_dir": "/Users/jdoe/Documents/sync1@200_143/Sync Upload Packages 4", 
                            "last_favlink": "/Users/jdoe/Documents/sync1@200_143/Sync Upload Packages 4", 
                            "name": "DriveFaspexJDoe@201_138 Inbox", 
                            "passphrase": "", 
                            "passphrase_cleartext": "", 
                            "passphrase_enabled": true, 
                            "separate_package_folders": true, 
                            "sequence_id": 34244, 
                            "skip_owner_packages": false, 
                            "start_from": 1404284400000 
                        }, 
                        "host": "https://10.0.201.138", 
                        "name": "DriveFaspexJDoe@201_138", 
                        "password": "e88229c4be15abd2", 
                        "password_cleartext": "", 
                        "storage_host": "", 
                        "storage_password": "", 
                        "storage_password_cleartext": "", 
                        "storage_type": "Default", 
                        "storage_user": "", 
                        "user": "DriveFaspexJDoe" 
                    }, 
                    {
                    .
                    .
                    . 
      
Note: You may want users to be prompted for credentials when they first launch Drive. To do this, edit your configuration file to include empty username and password fields as follows:
                        "password": "", 
                        "user": ""