mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
22 lines
469 B
Text
22 lines
469 B
Text
# Simple SpaceAPI
|
|
## Base URL for serving uploaded files (e.g., ${APP_URL}/uploads/filename.png)
|
|
APP_URL=https://your.simple.spaceapi.domain
|
|
|
|
# Strapi
|
|
STRAPI_TELEMETRY_DISABLED=true
|
|
|
|
# Server
|
|
HOST=0.0.0.0
|
|
PORT=1337
|
|
NODE_ENV=production
|
|
|
|
# Database
|
|
DATABASE_CLIENT=sqlite
|
|
DATABASE_FILENAME=data/base/sqlite.db
|
|
|
|
# Secrets
|
|
APP_KEYS=replace_me_1,replace_me_2
|
|
API_TOKEN_SALT=replace_me_3
|
|
ADMIN_JWT_SECRET=replace_me_4
|
|
TRANSFER_TOKEN_SALT=replace_me_5
|
|
JWT_SECRET=replace_me_6
|