-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.yaml
40 lines (40 loc) · 1.65 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 2016 Canonical Ltd.
#
# This file is part of the Snap layer for Juju.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
options:
# snap_proxy and snap_proxy_url have been deprecated for some time.
# If your charm still needs them, add these config items manually
# to your charm's config.yaml.
# snap_proxy:
# description: >
# DEPRECATED. Use snap-http-proxy and snap-https-proxy model configuration settings.
# HTTP/HTTPS web proxy for Snappy to use when accessing the snap store.
# type: string
# default: ""
# snap_proxy_url:
# default: ""
# type: string
# description: >
# DEPRECATED. Use snap-store-proxy model configuration setting.
# The address of a Snap Store Proxy to use for snaps e.g. http://snap-proxy.example.com
snapd_refresh:
default: ""
type: string
description: >
How often snapd handles updates for installed snaps. The default
(an empty string) is 4x per day. Set to "max" to check once per month
based on the charm deployment date. You may also set a custom string as
described in the 'refresh.timer' section here:
https://forum.snapcraft.io/t/system-options/87