Prechádzať zdrojové kódy

Merge branch 'develop'

xielin 5 rokov pred
rodič
commit
aa533ec627
3 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 1 1
      .env.example
  2. 1 1
      .rocketeer/config.php
  3. 1 1
      .rocketeer/scm.php

+ 1 - 1
.env.example

@@ -1,4 +1,4 @@
-APP_NAME=community-manage
+APP_NAME=platform-trace
 APP_ENV=local
 APP_KEY=
 APP_DEBUG=true

+ 1 - 1
.rocketeer/config.php

@@ -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
     ////////////////////////////////////////////////////////////////////

+ 1 - 1
.rocketeer/scm.php

@@ -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