pretendo-docker/environment/wiiu-chat.env
Matthew Lopez 45f97d971e
Set up the Wii U Chat server
There seems to be a problem with the compatability of the authentication and secure servers.
2023-12-20 22:20:51 -05:00

7 lines
280 B
Bash

PN_WIIU_CHAT_MONGO_URI=mongodb://mongodb:27017/pretendo_account?replicaSet=rs
PN_WIIU_CHAT_MONGO_DATABASE=pretendo_account
PN_WIIU_CHAT_AUTHENTICATION_SERVER_PORT=6002
PN_WIIU_CHAT_SECURE_SERVER_PORT=6003
PN_WIIU_CHAT_FRIENDS_GRPC_HOST=friends
PN_WIIU_CHAT_FRIENDS_GRPC_PORT=5001