set config cp
This commit is contained in:
parent
e767bc11b8
commit
aad0489dbf
2 changed files with 4 additions and 7 deletions
|
@ -46,7 +46,7 @@ module.exports = {
|
|||
* cryptpad/docs/example.nginx.conf (see the $main_domain variable)
|
||||
*
|
||||
*/
|
||||
httpUnsafeOrigin: 'http://localhost:3000',
|
||||
httpUnsafeOrigin: 'https://pad.ixvd.net',
|
||||
|
||||
/* httpSafeOrigin is the URL that is used for the 'sandbox' described above.
|
||||
* If you're testing or developing with CryptPad on your local machine then
|
||||
|
@ -67,7 +67,7 @@ module.exports = {
|
|||
*
|
||||
* CUSTOMIZE AND UNCOMMENT THIS FOR PRODUCTION INSTALLATIONS.
|
||||
*/
|
||||
httpSafeOrigin: "https://pad.ixvd.net",
|
||||
httpSafeOrigin: "https://pad.sandbox.neo.ixvd.net",
|
||||
|
||||
/* httpAddress specifies the address on which the nodejs server
|
||||
* should be accessible. By default it will listen on 127.0.0.1
|
||||
|
|
Reference in a new issue