mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 09:05:44 +00:00
implement players online monthly chart
This commit is contained in:
parent
4d95117912
commit
6403b2fa8c
8 changed files with 285 additions and 10 deletions
8
.env
8
.env
|
|
@ -43,7 +43,13 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
|
|||
# HLState
|
||||
|
||||
# Application version, used for API and media cache
|
||||
APP_VERSION="1.3.0"
|
||||
APP_VERSION="1.4.0"
|
||||
|
||||
# Memcached server
|
||||
APP_MEMCACHED_NAMESPACE="HLState"
|
||||
APP_MEMCACHED_HOST="localhost"
|
||||
APP_MEMCACHED_PORT=11211
|
||||
APP_MEMCACHED_TIMEOUT=3600
|
||||
|
||||
# Application name
|
||||
APP_NAME="HLState"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue