Es ist unklar, wie man zu einer funkionierenden config kommt #11

Closed
opened 2021-08-22 12:51:32 +02:00 by max · 2 comments
No description provided.
Author

Bisher wird diese Datei (mit richtigen Apikey) wie ein Staffelstab weitergegeben.

{
    "redmineurl":"https://redmine.n39.eu/",
    "apikey_bot": "secret",
    "user_id_bot": 20,
    "group_ids": {
        "finance": 21,
        "admin": 22,
        "council": 8
    },
    "project_ids": {
        "organization": 2,
        "test2": 6,
        "vorstand": 5
    },
    "tracker_ids": {
        "council": 3,
        "admin": 1
    }
}
Bisher wird diese Datei (mit richtigen Apikey) wie ein Staffelstab weitergegeben. ``` { "redmineurl":"https://redmine.n39.eu/", "apikey_bot": "secret", "user_id_bot": 20, "group_ids": { "finance": 21, "admin": 22, "council": 8 }, "project_ids": { "organization": 2, "test2": 6, "vorstand": 5 }, "tracker_ids": { "council": 3, "admin": 1 } } ```
Collaborator

Das config File sollte bei der Übergabe der Vorstandsunterlagen mit übergeben werden.

Eventuell lohnt es sich, das auch als Backup einmal im Dokumente-Repo mit abzulegen.

Das config File sollte bei der Übergabe der Vorstandsunterlagen mit übergeben werden. Eventuell lohnt es sich, das auch als Backup einmal im Dokumente-Repo mit abzulegen.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Netz39_Vorstand/prozesse#11
No description provided.