Skip to content

Commit

Permalink
[backend] added service_wrapper config example to BSConfig.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Mar 2, 2023
1 parent 7d31abc commit fdf3367
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/backend/BSConfig.pm.template
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,13 @@ our $local_registry_signatures_extension = 1;

# special options to use for starting containers in run-service-containerized
# our $docker_custom_opt = [];
#

### Service wapper configuration
# our $service_wrapper = {
# '*' => '/usr/lib/obs/server/call-service-in-container', # '*' declares the default
# # '<service_name>' => '/path/to/my/service_wrapper'
# };

### Options used by call-service-in-container
#
Expand Down

0 comments on commit fdf3367

Please sign in to comment.