Skip to content

Commit

Permalink
Revert "Revert "avniproject/avni-product#1488 - rwb settings""
Browse files Browse the repository at this point in the history
This reverts commit 7f5ded7.
  • Loading branch information
petmongrels committed Feb 6, 2024
1 parent 3823a38 commit bdc6a40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ as_prod: ; $(call _create_config,prod)
as_prod_dev: ; $(call _create_config,prod_dev)
as_no_env: ; $(call _create_config,no_env)
as_prod_lfe_dev: ; $(call _create_config,prod_lfe_dev)
as_prod_rwb_dev: ; $(call _create_config,prod_rwb_dev)

as_gramin_staging: ; $(call _create_config,gramin_staging)
as_gramin_staging_dev: ; $(call _create_config,gramin_staging_dev)
Expand Down
1 change: 1 addition & 0 deletions makefiles/androidDevice.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ run_app_prod: as_prod _run_app
run_app_prod_dev: as_prod_dev _run_app
run_app_no_env: as_no_env _run_app
run_app_prod_lfe_dev: as_prod_lfe_dev _run_app
run_app_prod_rwb_dev: as_prod_rwb_dev _run_app

stop_app:
adb shell am force-stop ${app_android_package_name}
Expand Down
5 changes: 5 additions & 0 deletions packages/openchs-android/config/env/prod_rwb_dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"SERVER_URL": "https://app.rwb.avniproject.org",
"ENV": "ext-dev",
"DISABLE_AUTO_SYNC": true
}

0 comments on commit bdc6a40

Please sign in to comment.