System Endpoints
/sys/version
Get the following information about the app:
key | type | mandatory | description |
---|---|---|---|
BUILD_TARGET | prod | dev | Yes | Whether it's a build or local development instance |
APP_ENV | String | Yes | Application environment defined in .env |
BUILD_DATE | ISO Datetime | No | Date and time (UTC) of build |
BUILD_COMMIT_SHA | Short SHA | No | Commit hash of build |
/sys/db/reset
Trigger a reset of the database to a database dump specified in the DB_RESET_TO_SQL_DUMP_FILE
environment variable and placed in /storage/public
. You will be asked to authenticate using an user with admin permissions in order to reset the database.