Hi, been mining with your pool for a few days and getting some nice payouts

Can you clarify how to configure scrypt for backup pools though? Can we just use the --failover-only command as with cgminer?
https://nicehash.com/index.jsp?p=faq#faqs1Yea I have read that but I still dont understand how or where this goes in the scrypt file?
{
"pools" : [
{
"url" : "stratum+tcp://stratum.nicehash.com:3333",
"user" : "YOURBTCADDR",
"pass" : "d=512"
}
,
{
"url" : "stratum+tcp://backuppool.com:3333",
"user" : "user",
"pass" : "x"
}
],
"failover-only" : true,
...
}
Ah..so this goes in the sgminer.conf file (sorry, I'm a bit of a noob with sgminer imo)