Spaces:
Running
Running
Update config/config.js
Browse files- config/config.js +6 -0
config/config.js
CHANGED
@@ -91,6 +91,12 @@ Main's SSL deploy script from Let's Encrypt looks like:
|
|
91 |
* @type {false | string[]}.
|
92 |
*/
|
93 |
exports.proxyip = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
|
95 |
/**
|
96 |
* Various debug options
|
|
|
91 |
* @type {false | string[]}.
|
92 |
*/
|
93 |
exports.proxyip = false;
|
94 |
+
exports.trustedDomains = [
|
95 |
+
'localhost',
|
96 |
+
'jofthomas-pokemon-server.hf.space',
|
97 |
+
];
|
98 |
+
exports.servedomain = "jofthomas-pokemon-server.hf.space";
|
99 |
+
|
100 |
|
101 |
/**
|
102 |
* Various debug options
|