aboutsummaryrefslogblamecommitdiffhomepage
path: root/tests/utils/config/configJson.json.php
blob: 06a302e875b8e61779a0981c85731c63ebb18723 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

        









                                           


                           




                                    
      
               

                    
                 

                                                           




                             

     
<?php /*
{
    "credentials": {
        "login":"root",
        "hash":"hash",
        "salt":"salt"
    },
    "security": {
        "session_protection_disabled":false
    },
    "general": {
        "timezone":"Europe\/Paris",
        "title": "Shaarli",
        "header_link": "?"
    },
    "privacy": {
        "default_private_links":true
    },
    "redirector": {
        "url":"lala"
    },
    "config": {
        "foo": "bar"
    },
    "resource": {
        "datastore": "tests\/utils\/config\/datastore.php",
        "data_dir": "tests\/utils\/config"
    },
    "plugins": {
        "WALLABAG_VERSION": 1
    }
}
*/ ?>