Skip to content

Commit b03f3a9

Browse files
committed
Added: default type in json files
1 parent b0ecaa6 commit b03f3a9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

assets/env/develop.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"one_signal_config": null,
1818
"pusher_config": null,
1919
"show_debug_panel": true,
20+
"local_storage_type": "none",
2021
"debug_panel_color": 3422552064
21-
}
22+
}

assets/env/production.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"one_signal_config": null,
1818
"pusher_config": null,
1919
"show_debug_panel": false,
20+
"local_storage_type": "none",
2021
"debug_panel_color": 3422552064
21-
}
22+
}

assets/env/staging.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"one_signal_config": null,
1818
"pusher_config": null,
1919
"show_debug_panel": true,
20+
"local_storage_type": "none",
2021
"debug_panel_color": 3422552064
21-
}
22+
}

0 commit comments

Comments
 (0)