9 lines
296 B
Plaintext
Executable File
9 lines
296 B
Plaintext
Executable File
AUTH_URL=http://192.168.60.24:4000
|
|
NEXTAUTH_URL=http://192.168.60.24:4000
|
|
NEXT_PUBLIC_SITE_URL=http://192.168.60.24:4000
|
|
# NEXT_PUBLIC_API_URL=http://192.168.60.24:15000/api
|
|
NEXT_PUBLIC_API_URL=http://localhost:8000/api
|
|
NEXT_MS_API_URL=http://localhost:9000
|
|
|
|
AUTH_SECRET=test
|
|
NEXTAUTH_SECRET=test |