Skip to content

Commit

Permalink
#280: changing back - unit tests would be otherwise working with real…
Browse files Browse the repository at this point in the history
… service
  • Loading branch information
lsulak committed Oct 2, 2024
1 parent 4bdeb99 commit d01aaea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions agent/src/test/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# limitations under the License.

# dispatcher to be used (http, console, capture)
atum.dispatcher.type="http"
atum.dispatcher.type="console"

# The REST API URI of the atum server
atum.dispatcher.http.url="http://localhost:8080"
# atum.dispatcher.http.url="http://localhost:8080"

# Maximum number of dispatch captures to keep in memory
#atum.dispatcher.capture.capture-limit=1000 # 0 means no limit
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The JDBC driver class
dataSourceClass=org.postgresql.Driver
# host.docker.internal for local run against db running in docker on its host machine; localhost otherwise for testing and for the gh pipeline
serverName=localhost
serverName=host.docker.internal
portNumber=5432
databaseName=atum_db
user=atum_user
Expand Down

0 comments on commit d01aaea

Please sign in to comment.