-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmanaged_defaults.yml
More file actions
28 lines (25 loc) · 1.25 KB
/
managed_defaults.yml
File metadata and controls
28 lines (25 loc) · 1.25 KB
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
# Managed defaults — values that are managed by install.sh.
# Organized by config file. When a user's value matches any old value
# listed here, it is replaced with the current value from the
# corresponding example file.
#
# To rotate a key:
# 1. Add the current value to the old-values list below
# 2. Update the example file with the new value
# 3. Run install.sh — users get the new value automatically
#
# Sections correspond to the -s/--section flag in config_upgrade_yaml.py.
zmeventnotification:
fcm.fcm_v1_key:
- "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJnZW5lcmF0b3IiOiJwbGlhYmxlIHBpeGVscyIsImlhdCI6MTcyNzQ0OTI1MCwiY2xpZW50Ijoiem1uaW5qYSJ9.2to4a_X0EQ8MtXyNzVCHfftn6zDn6QpwlSjVYicUq8I"
fcm.fcm_v1_url:
- "https://us-central1-zoneminder-ninja.cloudfunctions.net/send_push"
# Keys to remove from user configs during upgrade.
# Use <section>_removed as the key, with a list of dotted paths.
zmeventnotification_removed:
- hook.keep_frame_match_type
objectconfig:
push.fcm_v1_key:
- "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJnZW5lcmF0b3IiOiJwbGlhYmxlIHBpeGVscyIsImlhdCI6MTcyNzQ0OTI1MCwiY2xpZW50Ijoiem1uaW5qYSJ9.2to4a_X0EQ8MtXyNzVCHfftn6zDn6QpwlSjVYicUq8I"
push.fcm_v1_url:
- "https://us-central1-zoneminder-ninja.cloudfunctions.net/send_push"