fix example commands to export envvars for linux#1409
Conversation
|
When I build windows I get this error. But this file wasn't touched in your diff? The typo |
| :class: copyable | ||
|
|
||
| set MINIO_BROWSER_CONTENT_SECURITY_POLICY="default-src 'self' 'unsafe-eval' 'unsafe-inline';" | ||
| export MINIO_BROWSER_CONTENT_SECURITY_POLICY="default-src 'self' 'unsafe-eval' 'unsafe-inline';" |
There was a problem hiding this comment.
Is there a windows | not windows differentiator for this text?
There was a problem hiding this comment.
no, we don't produce windows docs for the Minio Server reference docs. They're linux only.
| :class: copyable | ||
|
|
||
| set MINIO_LOGGER_WEBHOOK_AUTH_TOKEN_myendpoint="Bearer 1a2b3c4f5e" | ||
| export MINIO_LOGGER_WEBHOOK_AUTH_TOKEN_myendpoint="Bearer 1a2b3c4f5e" |
There was a problem hiding this comment.
Is there a windows | not windows differentiator for this text?
There was a problem hiding this comment.
no, we don't produce windows docs for the Minio Server reference docs. They're linux only.
|
|
||
| set MINIO_NOTIFY_AMQP_ENABLE_PRIMARY="on" | ||
| set MINIO_NOTIFY_AMQP_URL_PRIMARY="amqp://user:password@amqp-endpoint.example.net:5672" | ||
| export MINIO_NOTIFY_AMQP_ENABLE_PRIMARY="on" |
There was a problem hiding this comment.
Is there a windows | not windows differentiator for this text?
There was a problem hiding this comment.
no, we don't produce windows docs for the Minio Server reference docs. They're linux only.
| set MINIO_NOTIFY_ELASTICSEARCH_URL_PRIMARY="https://user:password@elasticsearch-endpoint.example.net:9200" | ||
| set MINIO_NOTIFY_ELASTICSEARCH_INDEX_PRIMARY="bucketevents" | ||
| set MINIO_NOTIFY_ELASTICSEARCH_FORMAT_PRIMARY="namespace" | ||
| export MINIO_NOTIFY_ELASTICSEARCH_ENABLE_PRIMARY="on" |
There was a problem hiding this comment.
Is there a windows | not windows differentiator for this text?
There was a problem hiding this comment.
no, we don't produce windows docs for the Minio Server reference docs. They're linux only.
|
|
||
| set MINIO_NOTIFY_KAFKA_ENABLE_PRIMARY="on" | ||
| set MINIO_NOTIFY_KAFKA_BROKERS_PRIMARY="https://kafka1.example.net:9200, https://kafka2.example.net:9200" | ||
| export MINIO_NOTIFY_KAFKA_ENABLE_PRIMARY="on" |
There was a problem hiding this comment.
Is there a windows | not windows differentiator for this text?
There was a problem hiding this comment.
no, we don't produce windows docs for the Minio Server reference docs. They're linux only.
|
|
||
| set MINIO_NOTIFY_NATS_ENABLE_PRIMARY="on" | ||
| set MINIO_NOTIFY_NATS_ADDRESS_PRIMARY="nats-endpoint.example.net:4222" | ||
| export MINIO_NOTIFY_NATS_ENABLE_PRIMARY="on" |
There was a problem hiding this comment.
Is there a windows | not windows differentiator for this text?
There was a problem hiding this comment.
no, we don't produce windows docs for the Minio Server reference docs. They're linux only.
| set MINIO_NOTIFY_NSQ_ENABLE_PRIMARY="on" | ||
| set MINIO_NOTIFY_NSQ_NSQD_ADDRESS_PRIMARY="https://user:password@nsq-endpoint.example.net:9200" | ||
| set MINIO_NOTIFY_NSQ_TOPIC_PRIMARY="bucketevents" | ||
| export MINIO_NOTIFY_NSQ_ENABLE_PRIMARY="on" |
There was a problem hiding this comment.
Is there a windows | not windows differentiator for this text?
There was a problem hiding this comment.
no, we don't produce windows docs for the Minio Server reference docs. They're linux only.
| set MINIO_NOTIFY_POSTGRES_CONNECTION_STRING_PRIMARY="host=postgresql-endpoint.example.net port=4222..." | ||
| set MINIO_NOTIFY_POSTGRES_TABLE_PRIMARY="minioevents" | ||
| set MINIO_NOTIFY_POSTGRES_FORMAT_PRIMARY="namespace" | ||
| export MINIO_NOTIFY_POSTGRES_ENABLE_PRIMARY="on" |
There was a problem hiding this comment.
Is there a windows | not windows differentiator for this text?
There was a problem hiding this comment.
no, we don't produce windows docs for the Minio Server reference docs. They're linux only.
| set MINIO_NOTIFY_REDIS_ADDRESS_PRIMARY="redis-endpoint.example.net:9200" | ||
| set MINIO_NOTIFY_REDIS_KEY_PRIMARY="bucketevents" | ||
| set MINIO_NOTIFY_REDIS_FORMAT_PRIMARY="namespace" | ||
| export MINIO_NOTIFY_REDIS_ENABLE_PRIMARY="on" |
There was a problem hiding this comment.
Is there a windows | not windows differentiator for this text?
There was a problem hiding this comment.
no, we don't produce windows docs for the Minio Server reference docs. They're linux only.
|
|
||
| set MINIO_NOTIFY_WEBHOOK_ENABLE_PRIMARY="on" | ||
| set MINIO_NOTIFY_WEBHOOK_ENDPOINT_PRIMARY="https://webhook1.example.net" | ||
| export MINIO_NOTIFY_WEBHOOK_ENABLE_PRIMARY="on" |
There was a problem hiding this comment.
Is there a windows | not windows differentiator for this text?
There was a problem hiding this comment.
no, we don't produce windows docs for the Minio Server reference docs. They're linux only.
Fixes #1404
Two sets of fixes:
Staging server not available, tested/checked locally