1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

remove port

This commit is contained in:
Éric Gaspar 2024-05-24 13:25:08 +02:00
parent c04fb7bc83
commit 5b234a4506
2 changed files with 1 additions and 2 deletions

View file

@ -94,7 +94,7 @@ module.exports = {
* that of your httpPort + 1. You probably don't need to change this. * that of your httpPort + 1. You probably don't need to change this.
* *
*/ */
httpSafePort: __PORT_PORTI__, // httpSafePort: 3001,
/* Websockets need to be exposed on a separate port from the rest of /* Websockets need to be exposed on a separate port from the rest of
* the platform's HTTP traffic. Port 3003 is used by default. * the platform's HTTP traffic. Port 3003 is used by default.

View file

@ -54,7 +54,6 @@ ram.runtime = "50M"
[resources.ports] [resources.ports]
main.default = 3000 main.default = 3000
porti.default = 3001
socket.default = 3003 socket.default = 3003
[resources.system_user] [resources.system_user]