robincsamuel / ghost-google-drive

Google drive storage for ghost
MIT License
68 stars 26 forks source link

error parsing configuration file #10

Closed Typhon0 closed 5 years ago

Typhon0 commented 6 years ago

Hi, my configuration file is just :


storage: {
        active: 'ghost-google-drive',
        'ghost-google-drive': {
            key: {
                "private_key_id": "YOUR PRIVATE KEY ID",
                "private_key": "YOUR PRIVATE KEY",
                "client_email": "YOUR CLIENT EMAIL",
                "client_id": "YOUR CLIENT ID",
            }
        }
    }

and when I start ghost it tell me that it can't parse my configuration file.

I'm using Ghost 1.20.0.

Thanks

robincsamuel commented 5 years ago

@Typhon0 The JSON was not proper in the documentation. Corrected it.