File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -2032,6 +2032,48 @@ More variables are covered in the [File and Directory Locations guide](/relocate
2032
2032
</p>
2033
2033
</td>
2034
2034
</tr >
2035
+
2036
+ <tr >
2037
+ <td>RABBITMQ_DEFAULT_USER</td>
2038
+ <td>
2039
+ This environment variable is <strong>only mean to be used in development and CI environments</strong>.
2040
+ This has the same meaning as <code>default_user</code> in <code>rabbitmq.conf</code> but higher
2041
+ priority. This option may be more convenient in cases where providing a config file is impossible,
2042
+ and environment variables is the only way to <a href="access-control.html#seeding">seed a user</a>.
2043
+
2044
+ <p>
2045
+ <strong>Default</strong>: (none)
2046
+ </p>
2047
+ </td>
2048
+ </tr >
2049
+
2050
+ <tr >
2051
+ <td>RABBITMQ_DEFAULT_PASS</td>
2052
+ <td>
2053
+ This environment variable is <strong>only mean to be used in development and CI environments</strong>.
2054
+ This has the same meaning as <code>default_pass</code> in <code>rabbitmq.conf</code> but higher
2055
+ priority. This option may be more convenient in cases where providing a config file is impossible,
2056
+ and environment variables is the only way to <a href="access-control.html#seeding">seed a user</a>.
2057
+
2058
+ <p>
2059
+ <strong>Default</strong>: (none)
2060
+ </p>
2061
+ </td>
2062
+ </tr >
2063
+
2064
+ <tr >
2065
+ <td>RABBITMQ_DEFAULT_VHOST</td>
2066
+ <td>
2067
+ This environment variable is <strong>only mean to be used in development and CI environments</strong>.
2068
+ This has the same meaning as <code>default_vhost</code> in <code>rabbitmq.conf</code> but higher
2069
+ priority. This option may be more convenient in cases where providing a config file is impossible,
2070
+ and environment variables is the only way to <a href="access-control.html#seeding">seed users</a> and virtual hosts.
2071
+
2072
+ <p>
2073
+ <strong>Default</strong>: (none)
2074
+ </p>
2075
+ </td>
2076
+ </tr >
2035
2077
</table >
2036
2078
2037
2079
Besides the variables listed above, there are several environment variables which
You can’t perform that action at this time.
0 commit comments