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
a2c1da548e
commit
3f0363052b
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ module.exports = {
|
||||||
* and it may have unintended consequences in practice.
|
* and it may have unintended consequences in practice.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
httpUnsafeOrigin: 'http://127.0.0.1:__PORT__',
|
httpUnsafeOrigin: 'https://127.0.0.1:__PORT__',
|
||||||
|
|
||||||
/* httpSafeOrigin is the URL that is used for the 'sandbox' described above.
|
/* 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
|
* If you're testing or developing with CryptPad on your local machine then
|
||||||
|
@ -126,7 +126,7 @@ module.exports = {
|
||||||
* (/contact.html) if you provide it below.
|
* (/contact.html) if you provide it below.
|
||||||
*/
|
*/
|
||||||
adminEmail: '__EMAIL__',
|
adminEmail: '__EMAIL__',
|
||||||
|
|
||||||
/* =====================
|
/* =====================
|
||||||
* STORAGE
|
* STORAGE
|
||||||
* ===================== */
|
* ===================== */
|
||||||
|
|
Loading…
Reference in a new issue