@@ -1,4 +1,4 @@
-APP_NAME=community-manage
+APP_NAME=platform-trace
APP_ENV=local
APP_KEY=
APP_DEBUG=true
@@ -7,7 +7,7 @@ return [
// The name of the application to deploy
// This will create a folder of the same name in the root directory
// configured above, so be careful about the characters used
- 'application_name' => 'trace-manage',
+ 'application_name' => 'platform-trace',
// Plugins
////////////////////////////////////////////////////////////////////
@@ -10,7 +10,7 @@ return [
// The SSH/HTTPS address to your repository
// Example: https://github.com/vendor/website.git
- 'repository' => 'http://caihongxingqiu:Ch20151002@git.caihongxingqiu.net/rainbow/community-manage.git',
+ 'repository' => 'http://caihongxingqiu:Ch20151002@git.caihongxingqiu.net/rainbow/platform-trace.git',
// The repository credentials : you can leave those empty
// if you're using SSH or if your repository is public