1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

remote achievements

This commit is contained in:
Arseny 2024-05-17 09:42:36 +03:00
parent ebb29a5a6a
commit 349e9e1780
No known key found for this signature in database
GPG key ID: 91D923F460628D16
3 changed files with 13 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2,4 +2,4 @@ const PROMPT_PREFIX = 'dragonfly>';
const API_URL = "/api";
const UPDATE_INTERVAL = 1000;
const HISTORY_WINDOW = 60;
const ACHIEVEMENTS_URL = "achievements.html";
const ACHIEVEMENTS_URL = "http://static.dragonflydb.io/data-plane/achievements.html";