-
-
Notifications
You must be signed in to change notification settings - Fork 82
Home
Ri Xu edited this page Sep 23, 2017
·
4 revisions
Server list
Tube status
Statistics overview
The default configuration file aurora.toml
will be generated in the same directory with the application, configuration will be taking effect after restart the aurora.
Field | Usage | Default Value | Example |
---|---|---|---|
servers | Default beanstalkd server list, aurora will be automatically loaded and show them in the web UI, user can delete them through the web UI, but won't affect the configuration file, aurora will load them after restart | [] |
Add two beanstalkd in the default server list: ["192.168.1.101:11300","localhost:11301"]
|
listen | HTTP service of aurora listening port | "127.0.0.1:3000" |
Make aurora listen on the public 8080 port: "0.0.0.0:8080"
|
version | The version of aurora that generated this configuration file, don't modify the value of this field | N/A | N/A |
[openpage] enabled |
Automatically open the web page with system default browser | true |
Disable auto open web UI: false
|
[auth] enable |
Basic access authentication | false |
Enable HTTP basic authentication: true
|
password | Unencrypted password of basic access authentication | "password" |
N/A |
username | Username of basic access authentication | "admin" |
N/A |
[sample] storage |
Storage sample jobs with JSON format, don't modify the value of this field | {} |
N/A |