Start your Strapi application with autoReload enabled. Learn more
yarn develop
Variable | Description |
---|---|
APP_URL |
Caprover app url |
APP_NAME |
Caprover app name |
APP_TOKEN |
Caprover app token |
DOCKER_USERNAME |
Docker hub username |
DOCKER_PASSWORD |
Docker hub password |
APP_IMAGE |
Docker image name |
S3_ENDPOINT |
Minio endpoint |
S3_PORT |
Minio port |
S3_SSL |
Minio ssl enable |
Variable | Description |
---|---|
HOST |
Straip host listener |
PORT |
Straip port listener |
APP_KEY |
Set the application key |
API_TOKEN_SALT |
Set the API token salt |
ADMIN_JWT_SECRET |
Set the admin JWT secret |
DB_CLIENT |
Set the database client ( postgres / sqlite ) |
DATABASE_HOST |
Set the database host |
DATABASE_PORT |
Set the database port |
DATABASE_NAME |
Set the database name |
DATABASE_USERNAME |
Set the database username |
DATABASE_PASSWORD |
Set the database password |
S3_ENDPOINT |
Minio endpoint |
S3_PORT |
Minio port |
S3_SSL |
Minio ssl enable |
S3_BUCKET |
Minio bucket name |
S3_ACCESS_KEY_ID |
Minio access key id |
S3_ACCESS_SECRET |
Minio access secret |