7 lines
246 B
Ruby
7 lines
246 B
Ruby
|
RES_BASE = "https://strawberry.thedevcave.net/~christoffermadsen/"
|
||
|
USERNAMES = ["christoffermadsen","jmaa","jacob","alexander"]
|
||
|
SHOT_DIR = "/var/shots/"
|
||
|
ERB_FILE = "dcav-index.erb"
|
||
|
HTML_FILE = "/var/shots/html/index.html"
|
||
|
LOG_DIR = "./log/"
|