Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: point to staging AppHub and temp bundled apps [do not merge] #20228

Draft
wants to merge 1 commit into
base: apps-shortcuts
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -509,10 +509,10 @@ public enum ConfigurationKey {
MONITORING_CPU_ENABLED("monitoring.cpu.enabled", Constants.OFF, false),

/** AppHub base URL. (default: https://apps.dhis2.org). */
APPHUB_BASE_URL("apphub.base.url", "https://apps.dhis2.org", false),
APPHUB_BASE_URL("apphub.base.url", "https://staging.apps.dhis2.org", false),

/** AppHub api URL. (default: https://apps.dhis2.org/api). */
APPHUB_API_URL("apphub.api.url", "https://apps.dhis2.org/api", false),
APPHUB_API_URL("apphub.api.url", "https://staging.apps.dhis2.org/api", false),

/**
* Enable/disable changelog/history log of aggregate data values. <br>
Expand Down
4 changes: 2 additions & 2 deletions dhis-2/dhis-web-server/apps-to-bundle.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"https://github.com/d2-ci/aggregate-data-entry-app",
"https://github.com/kabaros/aggregate-data-entry-app#with-shortcuts",
"https://github.com/d2-ci/approval-app",
"https://github.com/d2-ci/app-management-app",
"https://github.com/d2-ci/cache-cleaner-app",
Expand All @@ -13,7 +13,7 @@
"https://github.com/d2-ci/event-charts-app",
"https://github.com/d2-ci/import-export-app",
"https://github.com/d2-ci/interpretation-app",
"https://github.com/d2-ci/maintenance-app",
"https://github.com/kabaros/maintenance-app",
"https://github.com/d2-ci/maps-app",
"https://github.com/d2-ci/menu-management-app",
"https://github.com/d2-ci/messaging-app",
Expand Down
Loading