mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update config.js
This commit is contained in:
parent
2333da82a7
commit
33c7927171
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ module.exports = {
|
|||
*
|
||||
* CUSTOMIZE AND UNCOMMENT THIS FOR PRODUCTION INSTALLATIONS.
|
||||
*/
|
||||
// httpSafeOrigin: "https://some-other-domain.xyz",
|
||||
httpSafeOrigin: "https://sandbox-__DOMAIN__",
|
||||
|
||||
/* httpAddress specifies the address on which the nodejs server
|
||||
* should be accessible. By default it will listen on 127.0.0.1
|
||||
|
@ -325,4 +325,4 @@ module.exports = {
|
|||
*
|
||||
*/
|
||||
installMethod: 'unspecified',
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue