Skip to content
Merged
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
8 changes: 3 additions & 5 deletions src/main/resources/conf/base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@ mantis {

test {include required("chains/test-chain.conf")}

testnet-internal-gac {include required("chains/testnet-internal-gac-chain.conf")}

testnet-internal-nomad {include required("chains/testnet-internal-nomad-chain.conf")}
}

Expand Down Expand Up @@ -591,7 +589,7 @@ mantis {
# otherwise mantis VM will be run in the same process, but acting as an external VM (listening at `host` and `port`)
# - none: doesn't run anything, expect the VM to be started by other means
vm-type = "mantis"

# path to the executable - optional depending on the `vm-type` setting
executable-path = "./bin/mantis-vm"

Expand Down Expand Up @@ -624,11 +622,11 @@ mantis {

akka {
loggers = ["akka.event.slf4j.Slf4jLogger"]

# defaults to INFO to prevent any performance impact
loglevel = "INFO"
loglevel = ${?AKKA_LOGLEVEL}

logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
logger-startup-timeout = 30s
log-dead-letters-during-shutdown = off
Expand Down
153 changes: 0 additions & 153 deletions src/main/resources/conf/chains/testnet-internal-gac-chain.conf

This file was deleted.

16 changes: 0 additions & 16 deletions src/main/resources/conf/chains/testnet-internal-gac-genesis.json

This file was deleted.

8 changes: 0 additions & 8 deletions src/main/resources/conf/testnet-internal-gac.conf

This file was deleted.