fix: cryptpad config

This commit is contained in:
Strix 2023-11-10 21:29:00 +01:00
parent 5434cceeaf
commit 321c5c22d7
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
module.exports = {
// hosting opts
httpUnsafeOrigin: 'https://pad.ixvd.net', // main site
httpSafeOrigin: "https://pad.sandbox.neo.ixvd.net", // sandbox
httpSafeOrigin: "https://sandbox.pad.ixvd.net", // sandbox
httpAddress: '::', // listen on
httpPort: 3000, // main port
httpSafePort: 3001, // sandbox port