Skip to content

Commit

Permalink
[webui][api] Get rid of exception settings in options.yml.example
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel authored and coolo committed Nov 8, 2012
1 parent 4d03809 commit bb25bf5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/api/config/options.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
# This file contains the default configuration of the Open Build Service API.
#

# Exceptions are mailed to these addresses:
#exception_recipients: ["api_exceptions_noreply@opensuse.org"]
exception_recipients: []
# Exceptions mails are send by:
exception_sender: "\"OBS API Admin\" <admin@your_instance.org>"

# Add also webui_host setting if you want allow anonymous read access via webui
#allow_anonymous: true
#read_only_hosts: [ "build.opensuse.org", "software.opensuse.org" ]
Expand Down
6 changes: 0 additions & 6 deletions src/webui/config/options.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ theme: neutral
# Set this when the api runs from a subdirectory
#api_relative_url_root: /stage

# Exceptions get mailed to these addresses:
#exception_recipients: ['webclient_noreply@opensuse.org']
exception_recipients: []

#exception_sender: webrun@domain

# Use static.opensuse.org for static style content
#use_static: build.o.o

Expand Down

0 comments on commit bb25bf5

Please sign in to comment.