File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ useTls: true
2222dbSettings :
2323 # Specify How the DB Service should be created
2424 # - local: use a Postgres Image and Service (No external service) Recommended only for non-production enviroments.
25- # - rds: use an ExternalService with an AWS RDS instance. If you set this you need to provide the rdsEndpoint field.
25+ # - rds: use an ExternalService with an AWSwi RDS instance. If you set this you need to provide the rdsEndpoint field.
2626 # - azure: use an ExternalService with an Azure Postgres instance. If you set this you need to provide the azureSqlEndpoint field.
2727 # - gcsql: use an ExternalService with a Google Cloud SQL instance. If you set this you need to provide the gcSqlEndpoint field.
2828 dbProvider : local
@@ -85,10 +85,10 @@ diffgramSettings:
8585 EMAIL_VALIDATION : ' "False"'
8686 ALLOW_STRIPE_BILLING : ' "False"'
8787 IS_OPEN_SOURCE : ' "True"'
88- DIFFGRAM_MINIO_ENDPOINT_URL : ' "False" '
89- DIFFGRAM_MINIO_ACCESS_KEY_ID : ' "False" '
90- DIFFGRAM_MINIO_ACCESS_KEY_SECRET : ' "False" '
91- DIFFGRAM_MINIO_DISABLED_SSL_VERIFY : ' "False" '
88+ DIFFGRAM_MINIO_ENDPOINT_URL : none
89+ DIFFGRAM_MINIO_ACCESS_KEY_ID : none
90+ DIFFGRAM_MINIO_ACCESS_KEY_SECRET : none
91+ DIFFGRAM_MINIO_DISABLED_SSL_VERIFY : none
9292
9393imagePullCredentials :
9494 # The service account with permissions to pull from the GCR Repository. [Should be Provided by Diffgram Team.]
You can’t perform that action at this time.
0 commit comments