Skip to content

Commit

Permalink
Add support for multiple origins (#82)
Browse files Browse the repository at this point in the history
Adds `moq-api` to get/set the origin for each broadcast. Not used by default for local development.
  • Loading branch information
kixelated authored Oct 12, 2023
1 parent 5e4eb42 commit 04ff9d5
Show file tree
Hide file tree
Showing 48 changed files with 1,696 additions and 457 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ insert_final_newline = true
indent_style = tab
indent_size = 4
max_line_length = 120

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_style = space
indent_size = 2
Loading

0 comments on commit 04ff9d5

Please sign in to comment.