mv .env.example .env
Change the settings in .env file (development):
PUBLIC_DIRECTUS_URL="http://localhost:8055"
DIRECTUS_TOKEN="xxxxxxxxxxx"
To create a new token, follow this steps:
Change the settings in .env file (production):
PUBLIC_DIRECTUS_URL="http://localhost:8055"
DIRECTUS_TOKEN=""