Skip to content

Commit

Permalink
restore dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
dylex committed Jun 13, 2024
1 parent 91ee8b0 commit d8cdd99
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
http {
port = 8092
ssl.key = "tls/tls.key"
ssl.cert = "tls/tls.crt"
ssl.insecure = true
}
elasticsearch {
server = "http://es.elk:9200/"
server = "http://astrodb.flatironinstitute.org:9200/"
}
dev = false
datadir = "/data"
dev = true

0 comments on commit d8cdd99

Please sign in to comment.