Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 402 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 402 Bytes

Etherna Web

Setup

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=""