Commit 2674764 1 parent 6a86fe7 commit 2674764 Copy full SHA for 2674764
File tree 3 files changed +3
-2
lines changed
pkg/relays/khatru_pyramid
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func ConfigureNginxHttp(domainName string) {
23
23
}
24
24
25
25
upstream websocket_khatru_pyramid {
26
- server 0.0.0.0:3334 ;
26
+ server 0.0.0.0:3335 ;
27
27
}
28
28
29
29
# %s
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ func ConfigureNginxHttps(domainName string) {
26
26
}
27
27
28
28
upstream websocket_khatru_pyramid {
29
- server 0.0.0.0:3334 ;
29
+ server 0.0.0.0:3335 ;
30
30
}
31
31
32
32
server {
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import (
12
12
func SetupRelayService (domain , pubKey string ) {
13
13
// Template for the environment file
14
14
const envTemplate = `DOMAIN="{{.Domain}}"
15
+ PORT="3335"
15
16
DATABASE_PATH="/var/lib/khatru-pyramid/db"
16
17
USERDATA_PATH="/var/lib/khatru-pyramid/users.json"
17
18
MAX_INVITES_PER_PERSON="3"
You can’t perform that action at this time.
0 commit comments