diff options
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/default.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/default.conf b/conf/default.conf index 69e15ad..b2882ac 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -108,6 +108,9 @@ mirror_update_command='' # list of urls to trigger updates of the respective mirrors (used on build master only) mirror_refresh_trigger_urls='' +# command to access the mysql database +mysql_command='mysql buildmaster' + # possibly pull in custom modifications # shellcheck source=/dev/null |