Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Александр Буш / minesite

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • minesite
  • minecraft.conf.example
  • Alex Bush's avatar
    mysql · 4a6a0f77
    Alex Bush committed Mar 10, 2013
    4a6a0f77
minecraft.conf.example 387 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
	secret		=> 'minecraft',
	encoding	=> 'utf-8',

	# DB
	#
	# For mysql:
	#	db => 'DBNAME',
	#	dh_host	=> 'db_host' # 'localhost'
	#	db_port		=> '3306',
	#	db_driver => 'mysql',
	#	db_username => 'DBUSER',
	#	db_password	=> 'DBPASSWORD',
	#
	db 			=> 'minecraft.sqlite',
	db_driver	=> 'SQLite',
	db_username => '',
	db_passwd	=> '',

	# Auth
	username	=> 'admin',
	userpass	=> 'test',
};