Jofthomas HF staff commited on
Commit
84ec44f
·
verified ·
1 Parent(s): 6c81e7a

Update config/config.js

Browse files
Files changed (1) hide show
  1. 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