Skip to content

Commit a5c0888

Browse files
committed
#128 | Minor corrections to make cmds
1 parent e7cb5a1 commit a5c0888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ _drop_roles:
3535
-psql -h localhost -p $(dbPort) -U $(postgres_user) -d postgres -c 'drop role avni_int';
3636

3737
define _run_server
38-
java -jar --enable-preview integrator/build/libs/$(application_jar) --app.cron.main="0/3 * * * * ?" --app.cron.full.error="0 1 * * * ?" --avni.api.url=https://staging.avniproject.org/ --avni.impl.username=test-user@bahmni_ashwini --avni.impl.password=password
38+
java -jar --enable-preview integrator/build/libs/$(application_jar)
3939
endef
4040

4141
define _debug_server
42-
java -Xmx2048m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar --enable-preview integrator/build/libs/$(application_jar) --app.cron.main="0/3 * * * * ?" --app.cron.full.error="0 1 * * * ?" --avni.api.url=https://staging.avniproject.org/ --avni.impl.username=test-user@bahmni_ashwini --avni.impl.password=password
42+
java -Xmx2048m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar --enable-preview integrator/build/libs/$(application_jar)
4343
endef
4444

4545

@@ -105,7 +105,7 @@ debug-server: build-db build-server
105105
$(call _debug_server)
106106

107107
run-server-without-background: build-server
108-
java -jar --enable-preview integrator/build/libs/$(application_jar) --app.cron.main="0 0 6 6 9 ? 2035" --avni.api.url=https://example.com/ --avni.impl.username=foo --avni.impl.password=bar
108+
java -jar --enable-preview integrator/build/libs/$(application_jar)
109109

110110
run-migrator: build-server
111111
$(call _run_migrator)

0 commit comments

Comments
 (0)