Skip to content

Commit 76f4a3a

Browse files
Merge pull request #58 from IDEMSInternational/config/tidy
chore: Tidy up config.ts
2 parents bf3aa56 + 7eec3cc commit 76f4a3a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import { generateDeploymentConfig } from "scripts";
22
const config = generateDeploymentConfig("plh_facilitator");
33

4-
/**
5-
* The default config should ideally be a superset of any extended configs
6-
* to allow for easier post-processing
7-
*/
8-
94
config.google_drive = {
105
sheets_folder_ids: ["1k8zJfBeOm18gYDsk0XmdUm7OFtZDUY9R"],
116
assets_folder_ids: ["1KcHDI7O4o2_FZ_YlXsz-8OqN3ehsfdVf"],
@@ -31,6 +26,7 @@ config.app_config.APP_THEMES.available = ["default", "professional"];
3126
config.app_config.APP_UPDATES.enabled = true;
3227
config.app_config.APP_UPDATES.completeUpdateTemplate = "app_update_complete";
3328
config.app_config.APP_FOOTER_DEFAULTS.templateName = "footer";
29+
3430
config.error_logging = { dsn: "https://d833ed6883e0415caa2f166434ad8c13@app.glitchtip.com/5663"};
3531

3632
export default config;

0 commit comments

Comments
 (0)