From dae6d8b62e415e90c34d69e70208ddb8947496fb Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 31 Jan 2024 12:44:26 +0700 Subject: [PATCH] Path --- conf/config.php | 2 +- manifest.toml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/conf/config.php b/conf/config.php index c12e1ad..04f2655 100644 --- a/conf/config.php +++ b/conf/config.php @@ -7,7 +7,7 @@ ** https://github.com/jean-io/moncycle.app */ -define("APP_URL", "__DOMAIN__/__PATH__"); +define("APP_URL", "__DOMAIN____PATH__"); define("DB_HOST", "localhost"); define("DB_ID", "__DB_USER__"); diff --git a/manifest.toml b/manifest.toml index 2ea959c..19edd99 100644 --- a/manifest.toml +++ b/manifest.toml @@ -29,10 +29,6 @@ ram.runtime = "50M" [install.domain] type = "domain" - [install.path] - type = "path" - default = "/moncycle" - [install.init_main_permission] type = "group"