fix(speedtest-tracker): fix wrong directory structure
This commit is contained in:
@@ -7,5 +7,5 @@ APP_KEY="base64 key here"
|
|||||||
APP_URL="your.domain.com"
|
APP_URL="your.domain.com"
|
||||||
DATETIME_FORMAT="j M Y, G:i:s"
|
DATETIME_FORMAT="j M Y, G:i:s"
|
||||||
SPEEDTEST_SCHEDULE="0 */2 * * *"
|
SPEEDTEST_SCHEDULE="0 */2 * * *"
|
||||||
CONFIG_PATH="../../volumes/speedtest-tracker/config"
|
CONFIG_PATH="../../volumes/speedtest-tracker/data"
|
||||||
KEYS_PATH="../../volumes/speedtest-tracker/keys"
|
KEYS_PATH="../../volumes/speedtest-tracker/keys"
|
||||||
Reference in New Issue
Block a user