Skip to content

Commit

Permalink
Put Outline collection IDs in code
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherredAway committed Jun 9, 2024
1 parent e1df444 commit 292f457
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
OUTLINE_BASE_URL = os.getenv("OUTLINE_BASE_URL")
OUTLINE_API_TOKEN = os.getenv("OUTLINE_API_TOKEN")
OUTLINE_COLLECTION_IDS = {
"development": os.getenv("OUTLINE_COL_DEV"),
"moderators": os.getenv("OUTLINE_COL_MOD"),
"moderator wiki": os.getenv("OUTLINE_COL_MODWIKI"),
"management": os.getenv("OUTLINE_COL_ADMIN"),
"development": "2edf0a2f-6e73-43f4-be71-34046af0396f",
"moderators": "fd94ab37-1937-4c50-954e-577916bf0103",
"moderator wiki": "9b748311-7743-4980-b3ec-4950465be763",
"management": "845400ae-75bf-44a8-b6ae-5c9be551f30c"
}

0 comments on commit 292f457

Please sign in to comment.