<?php

/**
 * LuLan web interface configuration.
 * Copy this file as `config.php`, don't change anything in here, unless you want to break it on an update.
 */
return [

	// Password (or array of passwords) to access this web interface.
	'password' => null,

	// Plugins configuration.
	'plugins' => [

		// Path to altnames.dat file.
		'altnames' => null,

	]

];