@@ -8,17 +8,17 @@ The `config.json` file contains the following:
88
99``` json
1010{
11- "features" : {
12- "show_log_locally" : false ,
13- "use_local_config" : false
14- },
15- "archive_configuration" : {
16- "archive_threshold" : 365 ,
17- "notification_period" : 30 ,
18- "notification_issue_tag" : " Archive Notice" ,
19- "exemption_filename" : [" ArchiveExemption.txt" , " ArchiveExemption.md" ],
20- "maximum_notifications" : 1
21- }
11+ "features" : {
12+ "show_log_locally" : false ,
13+ "use_local_config" : false
14+ },
15+ "archive_configuration" : {
16+ "archive_threshold" : 365 ,
17+ "notification_period" : 30 ,
18+ "notification_issue_tag" : " Archive Notice" ,
19+ "exemption_filename" : [" ArchiveExemption.txt" , " ArchiveExemption.md" ],
20+ "maximum_notifications" : 1
21+ }
2222}
2323```
2424
@@ -76,17 +76,17 @@ When testing locally, you might set the `config.json` file as follows:
7676
7777``` json
7878{
79- "features" : {
80- "show_log_locally" : true ,
81- "use_local_config" : true
82- },
83- "archive_configuration" : {
84- "archive_threshold" : 365 ,
85- "notification_period" : 30 ,
86- "notification_issue_tag" : " Archive Notice" ,
87- "exemption_filename" : [" ArchiveExemption.txt" , " ArchiveExemption.md" ],
88- "maximum_notifications" : 0
89- }
79+ "features" : {
80+ "show_log_locally" : true ,
81+ "use_local_config" : true
82+ },
83+ "archive_configuration" : {
84+ "archive_threshold" : 365 ,
85+ "notification_period" : 30 ,
86+ "notification_issue_tag" : " Archive Notice" ,
87+ "exemption_filename" : [" ArchiveExemption.txt" , " ArchiveExemption.md" ],
88+ "maximum_notifications" : 0
89+ }
9090}
9191```
9292
@@ -98,17 +98,17 @@ When deploying to AWS, the `config.json` file should be set as follows:
9898
9999``` json
100100{
101- "features" : {
102- "show_log_locally" : false ,
103- "use_local_config" : false
104- },
105- "archive_configuration" : {
106- "archive_threshold" : 365 ,
107- "notification_period" : 30 ,
108- "notification_issue_tag" : " Archive Notice" ,
109- "exemption_filename" : [" ArchiveExemption.txt" , " ArchiveExemption.md" ],
110- "maximum_notifications" : 200
111- }
101+ "features" : {
102+ "show_log_locally" : false ,
103+ "use_local_config" : false
104+ },
105+ "archive_configuration" : {
106+ "archive_threshold" : 365 ,
107+ "notification_period" : 30 ,
108+ "notification_issue_tag" : " Archive Notice" ,
109+ "exemption_filename" : [" ArchiveExemption.txt" , " ArchiveExemption.md" ],
110+ "maximum_notifications" : 200
111+ }
112112}
113113```
114114
0 commit comments