Spaces:
Running
Running
File size: 278 Bytes
1b44660 |
1 2 3 4 5 6 |
NUXT_DATABASE_URL="postgresql://postgres:mysecretpassword@localhost:5432/postgres"
NUXT_SESSION_PASSWORD=password-with-at-least-32-characters
NUXT_PUBLIC_WORKER_API="http://localhost:8787"
NUXT_ADMIN_USERNAME="admin"
NUXT_ADMIN_PASSWORD="hunter2"
NUXT_WORKER_API_TOKEN="hunter2" |