mirror of https://github.com/ZhongFuCheng3y/austin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
266 B
9 lines
266 B
2 years ago
|
# 环境变量可参考 https://www.rabbitmq.com/configure.html
|
||
|
default_vhost = my_vhost
|
||
|
default_user = admin
|
||
|
default_pass = admin
|
||
|
default_user_tags.administrator = true
|
||
|
default_permissions.configure = .*
|
||
|
default_permissions.read = .*
|
||
|
default_permissions.write = .*
|