nikolajlovenhardt/laravel-keen-io

View on GitHub
config/config.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    // Default project
    'default' => 'default',

    // Projects
    'projects' => [
        'default' => [
            'projectId' => null,
            'masterKey' => null,
            'readKey' => null,
            'writeKey' => null,
            'version' => null,
        ],
    ],
];