pretendo-docker/environment/miiverse-api.env
Matthew Lopez 56e45e8fcd
Reconfigure MinIO to be proxied through Nginx
This change is necessary because some games need to connect to a S3 server directly, and MinIO is limited to listening on one domain for virtual hosts.
2024-02-22 21:13:37 -05:00

11 lines
581 B
Bash

PN_MIIVERSE_API_CONFIG_HTTP_PORT=8080
PN_MIIVERSE_API_CONFIG_ACCOUNT_SERVER_ADDRESS=account
PN_MIIVERSE_API_CONFIG_MONGO_CONNECTION_STRING=mongodb://mongodb:27017/pretendo_miiverse?replicaSet=rs
PN_MIIVERSE_API_CONFIG_MONGOOSE_CONNECT_OPTIONS_PATH=/app/mongoose-connect-options.json
PN_MIIVERSE_API_CONFIG_S3_ENDPOINT=http://minio.pretendo.cc
PN_MIIVERSE_API_CONFIG_S3_ACCESS_KEY=minio_pretendo
PN_MIIVERSE_API_CONFIG_GRPC_FRIENDS_IP=friends
PN_MIIVERSE_API_CONFIG_GRPC_FRIENDS_PORT=5001
PN_MIIVERSE_API_CONFIG_GRPC_ACCOUNT_IP=account
PN_MIIVERSE_API_CONFIG_GRPC_ACCOUNT_PORT=5000