in app/lib/Config.scala [70:74]
def key(fileName: String) = {
val now = Calendar.getInstance().getTime
val dateFormat = new SimpleDateFormat("MMM/yyyy-MM-dd-hh:mm:ss")
s"charts/embed/${dateFormat.format(now).toLowerCase}/embed.html"
}