@@ -18,11 +18,7 @@ You can deploy build system in a really fast way. Let's get started.
1818 ---
1919 github_client : <OAuth client id>
2020 github_client_secret : <OAuth token>
21- immudb_username : <immudb username to be used>
22- immudb_password : <immudb password to be used>
23- immudb_database : <immudb database name to be used>
24- immudb_address : <url in format `host:port` of immudb instance, default port is 3322>
25- immudb_public_key_file : <path of the public key to use>
21+
2622 frontend_baseurl : http://<Preferred hostname or IP address>:8080
2723 ` ` `
2824 if you want deploy build system on remote machine add the following parameters.
@@ -140,6 +136,13 @@ albs_jwt_token: <If you have generated JWT token manually set it here>
140136albs_jwt_secret : <Secret of yours generated token>
141137alts_jwt_secret : <Secret of yours generated token>
142138
139+ # if you want to notarize/authorize build artifacts, you need to provide
140+ # the following immudb configuration
141+ immudb_username : <immudb username to be used>
142+ immudb_password : <immudb password to be used>
143+ immudb_database : <immudb database name to be used>
144+ immudb_address : <url in format `host:port` of immudb instance, default port is 3322>
145+ immudb_public_key_file : <path of the public key to use>
143146
144147` ` `
145148Of course, you can override the service's default users, passwords and rabbitmq params.
0 commit comments