1
0
Fork 0
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:
ericgaspar 2021-07-08 00:03:11 +02:00
parent a2c1da548e
commit 3f0363052b

View file

@ -54,7 +54,7 @@ module.exports = {
* 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.
* 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.
*/
adminEmail: '__EMAIL__',
/* =====================
* STORAGE
* ===================== */