Mpd.conf alsa to mopidy.conf?

Heres my section of my mpd.conf:

audio_output {
	type		"alsa"
	name		"Main Server"
#	device		"hw:0,0"	# option for Default Soundcard
	device		"hw:1,0"	# option for E10 Line Out
#	device		"hw:1,1"	# option for E10 Coax
#	format		"44100:16:2"	# optional
	mixer_device	"default"	# optional
	mixer_type      "software"
	mixer_control	"PCM"	# optional
	mixer_index	"0"		# optional
	auto_update     "yes"
}

What should my mopidy.conf look like?

[audio]
mixer = software
mixer_volume = 50
output = alsasink