mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-05-02 19:47:31 -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.
8 lines
262 B
Bash
8 lines
262 B
Bash
PN_SMM_AUTHENTICATION_SERVER_PORT=6004
|
|
PN_SMM_SECURE_SERVER_PORT=6005
|
|
PN_SMM_CONFIG_S3_ENDPOINT=minio.pretendo.cc
|
|
PN_SMM_CONFIG_S3_ACCESS_KEY=minio_pretendo
|
|
PN_SMM_CONFIG_S3_BUCKET=super-mario-maker
|
|
PN_SMM_ACCOUNT_GRPC_HOST=account
|
|
PN_SMM_ACCOUNT_GRPC_PORT=5000
|