matrixbridge/ppfun-bridge/ecosystem.yml

13 lines
469 B
YAML
Raw Normal View History

2022-01-13 10:55:02 +00:00
apps:
- script : ./index.js
name : 'ppfun-bridge'
node_args: --nouse-idle-notification --expose-gc
env:
APISOCKET_KEY: "YOUR_APISOCKET_KEY_FROM_PIXELPLANET_CONFIG"
2022-01-14 00:18:47 +00:00
APISOCKET_URL: "wss://pixelplanet.fun/mcws"
2022-01-13 10:55:02 +00:00
PPFUN_UID: 1
REGISTRATION_YAML: "/etc/matrix-synapse/ppfun-registration.yaml"
2023-05-30 17:46:40 +00:00
HOMESERVER_URL: "http://127.0.0.1:8008"
2022-01-13 10:55:02 +00:00
HOMESERVER_DOMAIN: "pixelplanet.fun"
MEDIA_URL: "https://matrix.pixelplanet.fun"