Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a simplified config #1

Closed
pavelsr opened this issue Nov 20, 2016 · 1 comment
Closed

Make a simplified config #1

pavelsr opened this issue Nov 20, 2016 · 1 comment
Milestone

Comments

@pavelsr
Copy link
Member

pavelsr commented Nov 20, 2016

{
    "timezone": "Europe/Moscow",

    "gapi" : {
        "tokens": {
            "[email protected]": {
                "access_token": "", 
                "refresh_token": ""
            },

        }
    },

    "service_account": {
        "user": "[email protected]",
        "calendars": [ "Lasersaur", "Dobot", "CTC", "Silhouette"]

    }

    "tapi": "telegram_token",

    "instructors": [
        {
            "first_name": "Pavel",
            "last_name": "Serikov",
            "gmail": "[email protected]",
            "phone_number": "+79885851900",
            "telegram_id": "@serikoff",
            "calendars": [ "Lasersaur", "Dobot"]
        },

        {
            "first_name": "Vlad",
            "last_name": "Shvager",
            "gmail": "[email protected]",
            "phone_number": "+79885851900",
            "telegram_id": "@Shvager",
            "calendars": [ "Lasersaur" ]
        },


    ]
}
@denistex denistex modified the milestone: backlog Nov 20, 2016
@pavelsr
Copy link
Member Author

pavelsr commented Mar 19, 2017

Marked as duplicate of #13

@pavelsr pavelsr closed this as completed Mar 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants