Skip to content

Base Setup (NuxtPro Admin)

These are the required variables to boot the NuxtPro Admin app and enable API communication and data storage.

bash
PORT=3002 # server port
NUXT_PUBLIC_BASE_URL=http://localhost:3002 # base URL
DATABASE_URL=mysql://USER:PASSWORD@HOST:PORT/DB_NAME # MySQL connection string