change bastion config settings
change to use the yaml parser instead of json
This commit is contained in:
		| @@ -3,14 +3,14 @@ | |||||||
|     "meta": { |     "meta": { | ||||||
|         "version": "PTDL_v1" |         "version": "PTDL_v1" | ||||||
|     }, |     }, | ||||||
|     "exported_at": "2019-05-06T23:01:39-04:00", |     "exported_at": "2019-05-06T23:13:44-04:00", | ||||||
|     "name": "Bastion", |     "name": "Bastion", | ||||||
|     "author": "parker@parkervcp.com", |     "author": "parker@parkervcp.com", | ||||||
|     "description": "Bastion is an all-in-one multipurpose Discord bot that can do a whole bunch of things and its features are expanding daily. Bastion does everything most people will ever need it to do. Check out some feature highlights below to get a peek into the vast feature list of Bastion. And if you think Bastion lacks some feature, please send a suggestion and we will add it to Bastion as soon as possible.", |     "description": "Bastion is an all-in-one multipurpose Discord bot that can do a whole bunch of things and its features are expanding daily. Bastion does everything most people will ever need it to do. Check out some feature highlights below to get a peek into the vast feature list of Bastion. And if you think Bastion lacks some feature, please send a suggestion and we will add it to Bastion as soon as possible.", | ||||||
|     "image": "quay.io\/parkervcp\/pterodactyl-images:bot_bastion", |     "image": "quay.io\/parkervcp\/pterodactyl-images:bot_bastion", | ||||||
|     "startup": "node -r .\/utils\/globals.js .", |     "startup": "node -r .\/utils\/globals.js .", | ||||||
|     "config": { |     "config": { | ||||||
|         "files": "{\r\n    \"settings\/credentials.json\": {\r\n        \"parser\": \"json\",\r\n        \"find\": {\r\n            \"botId\": \"{{server.build.env.BOT_ID}}\",\r\n            \"token\": \"{{server.build.env.BOT_TOKEN}}\"\r\n        }\r\n    }\r\n}", |         "files": "{\r\n    \"settings\/credentials.yaml\": {\r\n        \"parser\": \"yaml\",\r\n        \"find\": {\r\n            \"botId\": \"{{server.build.env.BOT_ID}}\",\r\n            \"token\": \"{{server.build.env.BOT_TOKEN}}\"\r\n        }\r\n    }\r\n}", | ||||||
|         "startup": "{\r\n    \"done\": \"I'm ready to roll!\"\r\n}", |         "startup": "{\r\n    \"done\": \"I'm ready to roll!\"\r\n}", | ||||||
|         "logs": "{}", |         "logs": "{}", | ||||||
|         "stop": "^C" |         "stop": "^C" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user