Please ensure you have:
Due to network conditions in mainland China, it's strongly recommended to switch to a domestic mirror.
📢 Due to factors such as network environment and system configuration, this step may take more than ten minutes.
Tachybase's required environment variables are stored in the .env file in the root directory. Modify the environment variables according to your actual situation. If you don't know how to modify them, click here to view the environment variables documentation, or you can keep the defaults.
:::warning
APP_KEY is the application's secret key, used to generate user tokens, etc. (If APP_KEY is modified, old tokens will also become invalid). It can be any random string. Please change it to your own secret key and ensure it is not leaked.DB_* are database-related. If it's not the default database service in the example, please modify according to your actual situation.DB_TIMEZONE=+08:00
:::Development environment
Production environment
Open http://localhost:13000/ in your browser. The initial account and password are tachybase and !Admin123..