mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-04-30 20:36:47 -05:00
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.
11 lines
581 B
Bash
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
|