-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfigure.example.js
More file actions
29 lines (28 loc) · 1.28 KB
/
configure.example.js
File metadata and controls
29 lines (28 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
exports.bbs = {
title:"やさしいわーるど@なので"
,server: new Date()
,link : [
{name:"本店",url:"http://strangeworld-honten.com/cgi-bin/bbs.cgi"},
{name:"暫暫",url:"http://zangzang.poox360.net/cgi-bin/captbbs.cgi"},
{name:"@苺",url:"http://strange.straw-berry.net/"},
{name:"上海",url:"http://qwerty.on.arena.ne.jp/cgi-bin/bbs.cgi"},
{name:"メイソ" ,url:"http://meiso.s147.xrea.com/bbs.cgi"},
{name:"クリ島",url:"http://www.strangeworld.ne.jp/cgi-bin/bbs/bbs.cgi"},
{name:"夕暮",url:"http://www.chararin.com/board4/cgi/main.cgi"},
{name:"初め",url:"http://strange.kurumi.ne.jp/bbs2.cgi"},
{name:"リミクス",url:"http://www.strangeworld.ne.jp/cgi-bin/remix/bbs.cgi"},
{name:"日向",url:"http://strangeworld.dyndns.org/cgi-bin/bbs.cgi"},
{name:"派生",url:"None"},
{name:"ふぁ",url:"http://at-fashion.jp/cgi-bin/bbs.cgi"},
{name:"料理",url:"http://strange-recipe.org/bbs.cgi"},
{name:"ミジョテ",url:"http://kontoukou.atwebpages.com/bbs.cgi"},
{name:"ドル退",url:"http://www.shigochu.org/cgi-bin/doll/bbs.cgi"},
{name:"外",url:"None"},
{name:"PD",url:"http://pushd.org/index.html"},
{name:"なので日報",url:""}
]
}
exports.admin = {
user:"FIXME"
,pass:"FIXME"
}