2024-12-25 20:03:15 +01:00
|
|
|
# Example .env file--DO NOT EDIT, copy to .env or .env.local then edit
|
2024-11-24 15:55:29 +01:00
|
|
|
PUBLIC_LANGUAGE=en
|
2024-11-24 22:19:53 +01:00
|
|
|
PUBLIC_BASE_URL=https://pronouns.cc
|
|
|
|
PUBLIC_SHORT_URL=https://prns.cc
|
2024-11-24 15:55:29 +01:00
|
|
|
PUBLIC_API_BASE=https://pronouns.cc/api
|
|
|
|
PRIVATE_API_HOST=http://localhost:5003/api
|
2024-12-25 20:03:15 +01:00
|
|
|
PRIVATE_INTERNAL_API_HOST=http://localhost:6000/api
|