dcav-stats/config.rb

8 lines
338 B
Ruby
Raw Normal View History

2017-05-09 11:40:42 +00:00
RES_BASE = "https://strawberry.thedevcave.net/~christoffermadsen/"
USERNAMES = ["christoffermadsen","jmaa","jacob","alexander"]
2017-10-13 16:51:34 +00:00
NAMES_SHO = {"c" => "christoffermadsen", "j" => "jmaa", "h" => "jacob", "a" => "alexander"}
2017-05-09 11:40:42 +00:00
SHOT_DIR = "/var/shots/"
ERB_FILE = "dcav-index.erb"
HTML_FILE = "/var/shots/html/index.html"
LOG_DIR = "./log/"