1f8369d7dSTobias Sarnowski<?php 2f8369d7dSTobias Sarnowski 3f8369d7dSTobias Sarnowski$conf['savedir'] = DOKU_TMP_DATA; //where to store all the files 4*9c6354e5STobias Sarnowski 5*9c6354e5STobias Sarnowski$conf['title'] = 'My Test Wiki'; //what to show in the title 6*9c6354e5STobias Sarnowski 7*9c6354e5STobias Sarnowski$conf['useacl'] = 1; //Use Access Control Lists to restrict access? 8*9c6354e5STobias Sarnowski$conf['superuser'] = 'testuser'; //password: testpass 9*9c6354e5STobias Sarnowski 10