First Commit
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# MySQL Configuration
|
||||
MYSQL_HOST=localhost
|
||||
MYSQL_PORT=3306
|
||||
MYSQL_USER=root
|
||||
MYSQL_PASSWORD=your_password
|
||||
MYSQL_DATABASE=display_wall
|
||||
|
||||
# Server Configuration
|
||||
PORT=3000
|
||||
|
||||
# Data refresh interval (ms)
|
||||
REFRESH_INTERVAL=5000
|
||||
Reference in New Issue
Block a user