Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
30ann committed Dec 16, 2024
1 parent 2f9ded5 commit 9cc2c38
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,23 @@ config.google_drive.assets_folder_ids = [ "1gFEuVLP4r2FVLTuPSMMul5RxhGpYy8TU" ]

config.git = {
content_repo: "https://github.com/IDEMSInternational/pfr-app-content.git",
content_tag_latest: "1.1.12",
content_tag_latest: "1.1.24",
};

config.error_logging = {
dsn: "https://[email protected]/2975",
};

config.android = {
app_id:'international.idems.parenting_for_respectability',
app_name:'PfR Parenting App',
splash_asset_path: "./app_data/assets/android/splash.png",
icon_asset_path: "./app_data/assets/android/icon.png",
icon_asset_foreground_path: "./app_data/assets/android/icon.png",
icon_asset_background_path: "./app_data/assets/android/icon-background.png",
zoom_enabled: true
}

config.api.db_name = "pfr"
config.app_data.output_path = "./app_data";

Expand Down

0 comments on commit 9cc2c38

Please sign in to comment.