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

    return {
        'rand_id_generator' : 'hash',
        'rz_server_host': 'rhizi.net',
        'rz_server_port': '8080',
    };
});