4 lines
242 B
Text
4 lines
242 B
Text
# The API base that the server itself should call, this should not be behind a reverse proxy.
|
|
PRIVATE_API_BASE=http://localhost:5000/api
|
|
# The API base that clients should call, behind a reverse proxy.
|
|
PUBLIC_API_BASE=https://pronouns.cc/api
|