Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.js « scripts « greeno « webroot « Server « Duplicati - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: baaf02abc915e25ff9736b7a635191bc2d54b3ef (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * The basic client config
 */

APP_CONFIG = {
    server_url: '/control.cgi',
    login_url: '/login.html',
    branded_name: 'Duplicati',
    branded_subtitle: ''
};