Skip to content

Commit

Permalink
[run] Port (#267)
Browse files Browse the repository at this point in the history
Change develop port 8001 -> 8000
  • Loading branch information
trofim24 authored May 31, 2021
1 parent f0df6e6 commit ae1c10f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Common/config/development-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"services": {
"CoAuthoring": {
"server": {
"port": 8001,
"port": 8000,
"static_content": {
"/fonts": {
"path": "../../fonts"
Expand Down
2 changes: 1 addition & 1 deletion Common/config/development-mac.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"services": {
"CoAuthoring": {
"server": {
"port": 8001,
"port": 8000,
"static_content": {
"/fonts": {
"path": "../../fonts"
Expand Down
2 changes: 1 addition & 1 deletion Common/config/development-windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"services": {
"CoAuthoring": {
"server": {
"port": 8001,
"port": 8000,
"static_content": {
"/fonts": {
"path": "../../fonts"
Expand Down

0 comments on commit ae1c10f

Please sign in to comment.