Jeremías Benitez
Results
1
issues of
Jeremías Benitez
I'm having problems trying to self-host the app and using a minio instance for files. The .env is configured as follows: ``` S3_REGION=US S3_ACCESS_KEY_ID=... S3_SECRET_ACCESS_KEY=... S3_ENDPOINT=http://[droplet IP address]:9002/ S3_BUCKET=bigcapital S3_FORCE_PATH_STYLE=true...