mirror of
https://github.com/Codiad/Codiad.git
synced 2026-02-19 18:21:19 +01:00
Update config.example.php
This commit is contained in:
@@ -28,6 +28,9 @@ $cookie_lifetime = "0";
|
||||
// TIMEZONE
|
||||
date_default_timezone_set("America/Chicago");
|
||||
|
||||
// Allows to overwrite the default language
|
||||
//define("LANGUAGE", "en");
|
||||
|
||||
// External Authentification
|
||||
//define("AUTH_PATH", "/path/to/customauth.php");
|
||||
|
||||
@@ -45,9 +48,6 @@ define("WORKSPACE", BASE_PATH . "/workspace");
|
||||
// URLS
|
||||
define("WSURL", BASE_URL . "/workspace");
|
||||
|
||||
// Default language
|
||||
define("LANGUAGE", "en");
|
||||
|
||||
// Marketplace
|
||||
//define("MARKETURL", "http://market.codiad.com/json");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user