use localhost:9663 as default asset domain

pull/4777/head
Niklas Fiekas 2018-12-12 17:15:29 +01:00
parent 1acbccc088
commit b16414c6b8
1 changed files with 1 additions and 1 deletions

View File

@ -6,10 +6,10 @@ mongodb {
net { net {
domain = "localhost:9663" domain = "localhost:9663"
socket.domain = ${net.domain} socket.domain = ${net.domain}
asset.domain = ${net.domain}
protocol = "http://" protocol = "http://"
base_url = ${net.protocol}${net.domain} base_url = ${net.protocol}${net.domain}
ip = "5.196.91.160" ip = "5.196.91.160"
asset.domain = "lichess-assets.local"
email = "contact@lichess.org" email = "contact@lichess.org"
crawlable = false crawlable = false
ratelimit = true ratelimit = true