7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
AUTH_URL = http://localhost:3000
|
|
AUTH_SECRET=wWgIwkHIGr28ydIUPsgVGNUNxXQ+brg1XXtA8PfjJjAEPJLDP2UTghWL8aE=
|
|
API_URL=http://localhost:8000
|
|
NEXT_PUBLIC_API_URL=http://localhost:8000
|
|
NODE_ENV='development' #development | production
|
|
|