7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
# API Configuration
|
|
NEXT_PUBLIC_API_URL=http://localhost:3001/api
|
|
|
|
# NextAuth Configuration
|
|
# Generate a secret with `openssl rand -base64 32`
|
|
AUTH_SECRET=changeme
|