Advertisement
Guest User

Untitled

a guest
May 14th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         "port": 3000,
  2.         "data_dir": "./data",
  3.         "scrobbler_api": {
  4.                 "protocol": "http",
  5.                 "hostname": "api.somascrobbler.com",
  6.                 "port": 80
  7.         },
  8.         "lastfm": {
  9.                 "api_key": "СОЗДАВАТЬ ИЛИ БРАТЬ ЗДЕСЬ http://www.lastfm.ru/api/accounts ПИСАТЬ В КАВЫЧКАХ",
  10.                 "api_secret": "СОЗДАВАТЬ ИЛИ БРАТЬ ЗДЕСЬ http://www.lastfm.ru/api/accounts ПИСАТЬ В КАВЫЧКАХ"
  11.         },
  12.         "web_interface": {
  13.                 "username": "admin",
  14.                 "password": "password",
  15.                 "proxy": {
  16.                         "protocol": "http",
  17.                         "hostname": "АЙПИ УЗЛА НА КОТОРОМ КРУТИТСЯ СКРОББЛЕР",
  18.                         "port": 3000
  19.                 }
  20.  
  21.  
  22.         }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement