mirror of
https://github.com/edumeet/edumeet.git
synced 2026-08-04 00:32:17 +00:00
Add example serverHostname configuration
This commit is contained in:
parent
221aa4b018
commit
88ab41a1f5
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ var config =
|
|||
loginEnabled : false,
|
||||
developmentPort : 3443,
|
||||
productionPort : 443,
|
||||
// of the server component runs on a different host than the app
|
||||
// you can uncomment the following line and specify the host name.
|
||||
// serverHostname : 'external-server.com',
|
||||
|
||||
/**
|
||||
* Supported browsers version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue