Skip to content

Commit

Permalink
Create config.json
Browse files Browse the repository at this point in the history
WHY2025 meeting config
  • Loading branch information
ramdyne committed Apr 5, 2024
1 parent 9d334f9 commit ea29d6d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions configs/conferences/why2025meeting/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "../../../docs/config-schema.json",
"conference": {
"title": "WHY2025 meeting",
"acronym": "why2025meeting",
"organizer": "IFCAT",
"description": "WHY2025 Orga Meeting",
"start": "2024-04-06T14:30:00+01:00",
"end": "2024-04-06T17:00:00+01:00",
"streamingConfig": {
"html": {
"footer": "by <a href=\"https://c3voc.de\">C3VOC</a>"
}
},
"rooms": [
{
"guid": null,
"slug": "i1",
"name": "q1",
"streamId": "hack42"
},
]
}
}

0 comments on commit ea29d6d

Please sign in to comment.