summaryrefslogtreecommitdiff
path: root/src/client/rz_config.js
blob: e55e74d0daff618960719cf52a46cbd9139b3a37 (plain)
1
2
3
4
5
6
7
8
9
define(function() {

    return {
        'rand_id_generator' : 'hash',
        'rz_server_host': 'rhizi.local',
        'rz_server_port': '8080',
        'backend_enabled': false,
    };
});