mirror of
https://github.com/journey-ad/Moe-Counter.git
synced 2024-11-30 18:24:28 +01:00
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
# Specify your website URL
|
|
# APP_SITE=https://count.getloli.com
|
|
|
|
# Application port
|
|
APP_PORT=3000
|
|
|
|
# Database type: either 'sqlite' or 'mongodb'
|
|
DB_TYPE=sqlite
|
|
|
|
# If using MongoDB, provide the connection string
|
|
# DB_URL=mongodb://127.0.0.1:27017
|
|
|
|
# Database write interval in seconds (0 for real-time)
|
|
DB_INTERVAL=60
|