REVERSE_PROXY_DOCS_URL
parent
0dcc9a8fbb
commit
6225797083
|
@ -1,7 +1,7 @@
|
||||||
const dev = {
|
const dev = {
|
||||||
REVERSE_PROXY_API_URL: "http://localhost:5050",
|
REVERSE_PROXY_API_URL: "http://localhost:5050",
|
||||||
CHATBOT_API_URL: "http://localhost:5061",
|
CHATBOT_API_URL: "http://localhost:5061",
|
||||||
REVERSE_PROXY_DOCS_URL: "https://toodle.ddns.net/docs/books/reverse-proxy"
|
REVERSE_PROXY_DOCS_URL: "https://toodle.ddns.net/hedgedoc/s/UkJ6S5NJz"
|
||||||
};
|
};
|
||||||
|
|
||||||
const prod = {
|
const prod = {
|
||||||
|
@ -9,7 +9,7 @@ const prod = {
|
||||||
PUBLIC_URL: "/reverse-proxy",
|
PUBLIC_URL: "/reverse-proxy",
|
||||||
REVERSE_PROXY_API_URL: "https://toodle.ddns.net/reverse-proxy-api",
|
REVERSE_PROXY_API_URL: "https://toodle.ddns.net/reverse-proxy-api",
|
||||||
CHATBOT_API_URL: "https://toodle.ddns.net/chatbot-api",
|
CHATBOT_API_URL: "https://toodle.ddns.net/chatbot-api",
|
||||||
REVERSE_PROXY_DOCS_URL: "https://toodle.ddns.net/docs/books/reverse-proxy"
|
REVERSE_PROXY_DOCS_URL: "https://toodle.ddns.net/hedgedoc/s/UkJ6S5NJz"
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = { dev, prod };
|
module.exports = { dev, prod };
|
||||||
|
|
Loading…
Reference in New Issue