first commit
This commit is contained in:
24
.env.example
Normal file
24
.env.example
Normal file
@@ -0,0 +1,24 @@
|
||||
# SuperDream Configuration
|
||||
|
||||
# App
|
||||
SD_APP_NAME=SuperDream
|
||||
SD_DEBUG=false
|
||||
SD_HOST=0.0.0.0
|
||||
SD_PORT=18000
|
||||
|
||||
# Database (MySQL)
|
||||
SD_DB_TYPE=mysql
|
||||
SD_DB_HOST=localhost
|
||||
SD_DB_PORT=3306
|
||||
SD_DB_USER=root
|
||||
SD_DB_PASSWORD=
|
||||
SD_DB_NAME=superdream
|
||||
|
||||
# JWT
|
||||
SD_JWT_SECRET=superdream-secret-change-me
|
||||
SD_JWT_ALGORITHM=HS256
|
||||
SD_JWT_ACCESS_EXPIRE_MINUTES=30
|
||||
SD_JWT_REFRESH_EXPIRE_DAYS=7
|
||||
|
||||
# Storage
|
||||
SD_DATA_DIR=./data
|
||||
Reference in New Issue
Block a user