Skip to content

Commit

Permalink
Build: update example config to work out of the box (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill authored Feb 16, 2024
1 parent 7ca9979 commit 20d11d2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions configs/config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ cloudwatch:
secret:
session:
certs:
cert_path: "/cdncert/cert.pem"
# path to cdn access cert. Leave blank if you do not have one
# cert_path: "/cdncert/cert.pem"
options:
paged_rpm_inserts_limit: 100
introspect_api_time_limit_sec: 0
Expand Down Expand Up @@ -121,9 +122,9 @@ mocks:
features:
snapshots:
enabled: true
accounts: ["snapAccount"]
users: ["snapUser"]
accounts: #["snapAccount"]
users: #["snapUser"]
admin_tasks:
enabled: false
accounts: ["adminAccount"]
users: ["adminUser"]
enabled: true
accounts: #["adminAccount"]
users: #["adminUser"]

0 comments on commit 20d11d2

Please sign in to comment.