1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Server: Handle custom user content URLs

This commit is contained in:
Laurent Cozic
2021-06-10 19:33:04 +02:00
parent b81c300907
commit a36b13dcb4
9 changed files with 55 additions and 22 deletions

View File

@@ -768,7 +768,7 @@ export default class BaseApplication {
if (Setting.value('env') === Env.Dev) {
Setting.setValue('sync.10.path', 'https://api.joplincloud.com');
Setting.setValue('sync.10.userContentPath', 'https://joplinusercontent.com');
// Setting.setValue('sync.10.path', 'http://api-joplincloud.local:22300');
// Setting.setValue('sync.10.path', 'http://api.joplincloud.local:22300');
// Setting.setValue('sync.10.userContentPath', 'http://joplinusercontent.local:22300');
}