config.php (458B)
1 <?php 2 3 // Edit this line to change what appears in the title bar of your blog. 4 define( "TITLE", "Just-A-Blog" ); 5 6 /* Edit this line with the base URL to your site (include a trailing slash 7 * sub-directories. EG: if your blog is at https://www.example.com/blog 8 * then you would enter https://example.com/ 9 */ 10 define( "URL", "https://localhost/" ); 11 12 // Edit this line to tell JAB where your blog lives on your server. 13 define( "BLOGDIR", "just-a-blog" ); 14 15 ?>