Skip to content

Commit ec238a2

Browse files
Document RABBiTMQ_DEFAULT_USER and friends
Available in recent 3.9 and 3.8 patch releases. References docker-library/rabbitmq#508, docker-library/rabbitmq#526, docker-library/docs#2069
1 parent a1c1970 commit ec238a2

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

site/configure.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,6 +2032,48 @@ More variables are covered in the [File and Directory Locations guide](/relocate
20322032
</p>
20332033
</td>
20342034
</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>
20352077
</table>
20362078

20372079
Besides the variables listed above, there are several environment variables which

0 commit comments

Comments
 (0)