Skip to content

Commit

Permalink
networking features beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pmgl committed Oct 24, 2022
1 parent 96fbe4a commit a647162
Show file tree
Hide file tree
Showing 51 changed files with 3,140 additions and 1,639 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ server/.greenlockrc
server/greenlock.d
config.json
server/node_modules/
server/relay/config.json
files/
data/
.DS_Store
Expand Down
4 changes: 2 additions & 2 deletions config_local.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"realm": "local",
"dev-domain": "localhost:8080",
"run-domain": "localhost:8080"
"dev_domain": "http://localhost:8080",
"run_domain": "http://localhost:8080"
}
3 changes: 2 additions & 1 deletion config_prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"dev-domain": "yourdevdomain.com",
"run-domain": "youroutputdomain.com",
"backup-key": "your_backup_service_key",
"builder-key": "your_builder_service_key"
"builder-key": "your_builder_service_key",
"relay-key": "your_relay_key"
}
1 change: 1 addition & 0 deletions server/app/exportfeatures.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class @ExportFeatures
type: project.type
language: project.language
graphics: project.graphics
networking: project.networking
libs: project.libs
tabs: project.tabs
plugins: project.plugins
Expand Down
Loading

0 comments on commit a647162

Please sign in to comment.