-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathad_server.toml
25 lines (21 loc) · 781 Bytes
/
ad_server.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ip字典
GeoBlockFileName = "./data/GeoLiteCity-Blocks.csv"
GeoLocationFileName = "./data/GeoLiteCity-Location.csv"
IpFileReloadInterval = 1
# 广告字典
AdFileName = "./data/ad_info.txt"
# 广告文件重加载时间间隔,单位秒
AdFileReloadInterval = 1
# 1:debug 2:info 3:warn 4:error 5:fatal
LogLevel = 1
AdServerLogFileName = "./log/ad_server.log"
SearchLogFileName = "./log/ad_search.log"
ImpressionLogFileName = "./log/ad_impression.log"
ClickLogFileName = "./log/ad_click.log"
ConversionLogFileName = "./log/ad_conversion.log"
# track url
ImpressionTrackUrlPrefix = "http://localhost:8001/ad/impression"
ClickTrackUrlPrefix = "http://localhost:8001/ad/click"
ConversionTrackUrlPrefix = "http://localhost:8001/ad/conversion"
#adserver config
AdServerPort = 8001