Skip to content

rtainjapan layouts bundle config guide

pasta edited this page Apr 28, 2023 · 2 revisions

Config

{
	"googleApiKey": "",
	"commentatorSheet": "",
	"preventVideoStop": false,
	"donationEnabled": false,
	"isOnsite": true,
	"twitter": {
		"targetWords": [
			"#rtainjapan"
		],
		"consumerKey": "",
		"consumerSecret": "",
		"accessToken": "",
		"accessTokenSecret": "",
	},
	"twitch": {
		"channelName": "",
		"clientId": "",
		"clientSecret": ""
	},
	"spotify": {
		"clientId": ""
		"clientSecret": "",
		"textPrefix": "",
		"textSuffix": ""
	},
	"tracker": {
		"domain": "",
		"event": 1,
		"websocket": "",
		"secure": true
	},
	"obs": {
		"address": "",
		"password": ""
	},
	"checklist": [],
	"endCredit": {
		"staff": [],
		"partners": [],
		"volunteers": [],
		"text": []
	}
}

Description

  • マダナイヨ

その他

環境変数

key value
TYPEKIT_ID Adobe FontsのWebプロジェクトで発行したID。Production環境のみ、未設定ではビルド不可。
Clone this wiki locally