Browse Source

提交.env

chenxiqiang 6 years ago
parent
commit
2e755b4e9c
5 changed files with 41 additions and 4 deletions
  1. 0
    2
      .gitignore
  2. 39
    0
      manage-server/.env
  3. 0
    1
      manage-server/.gitignore
  4. 1
    0
      manage-server/routes/web.php
  5. 1
    1
      miniapp/app/project.config.json

+ 0
- 2
.gitignore View File

13
 storage/*.key
13
 storage/*.key
14
 .env.*.php
14
 .env.*.php
15
 .env.php
15
 .env.php
16
-.env
17
 Homestead.yaml
16
 Homestead.yaml
18
 Homestead.json
17
 Homestead.json
19
 
18
 
32
 Homestead.yaml
31
 Homestead.yaml
33
 npm-debug.log
32
 npm-debug.log
34
 yarn-error.log
33
 yarn-error.log
35
-.env
36
 /manage-server/bootstrap/cache
34
 /manage-server/bootstrap/cache

+ 39
- 0
manage-server/.env View File

1
+APP_NAME=Laravel
2
+APP_ENV=local
3
+APP_KEY=base64:FfKu0AEc1IrobR6yoKsUoSbyU3VzSNXiP6LrcygS/OU=
4
+APP_DEBUG=true
5
+APP_URL=https://localhost
6
+
7
+LOG_CHANNEL=stack
8
+
9
+DB_CONNECTION=mysql
10
+DB_HOST=45.76.78.178
11
+DB_PORT=3306
12
+DB_DATABASE=houseworking
13
+DB_USERNAME=houseworking
14
+DB_PASSWORD=houseworking
15
+
16
+BROADCAST_DRIVER=log
17
+CACHE_DRIVER=file
18
+SESSION_DRIVER=file
19
+SESSION_LIFETIME=120
20
+QUEUE_DRIVER=sync
21
+
22
+REDIS_HOST=127.0.0.1
23
+REDIS_PASSWORD=null
24
+REDIS_PORT=6379
25
+
26
+MAIL_DRIVER=smtp
27
+MAIL_HOST=smtp.mailtrap.io
28
+MAIL_PORT=2525
29
+MAIL_USERNAME=null
30
+MAIL_PASSWORD=null
31
+MAIL_ENCRYPTION=null
32
+
33
+PUSHER_APP_ID=
34
+PUSHER_APP_KEY=
35
+PUSHER_APP_SECRET=
36
+PUSHER_APP_CLUSTER=mt1
37
+
38
+MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
39
+MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

+ 0
- 1
manage-server/.gitignore View File

10
 Homestead.yaml
10
 Homestead.yaml
11
 npm-debug.log
11
 npm-debug.log
12
 yarn-error.log
12
 yarn-error.log
13
-.env

+ 1
- 0
manage-server/routes/web.php View File

11
 |
11
 |
12
 */
12
 */
13
 
13
 
14
+
14
 Route::get('/', function () {
15
 Route::get('/', function () {
15
     return view('welcome');
16
     return view('welcome');
16
 });
17
 });

+ 1
- 1
miniapp/app/project.config.json View File

12
 	},
12
 	},
13
 	"compileType": "miniprogram",
13
 	"compileType": "miniprogram",
14
 	"libVersion": "2.2.2",
14
 	"libVersion": "2.2.2",
15
-	"appid": "wx7f3f0032b6e6f0cc",
15
+	"appid": "wxa24a07ee1b94389b",
16
 	"projectname": "%E5%AE%B6%E6%94%BF%E5%B0%8F%E7%A8%8B%E5%BA%8F",
16
 	"projectname": "%E5%AE%B6%E6%94%BF%E5%B0%8F%E7%A8%8B%E5%BA%8F",
17
 	"isGameTourist": false,
17
 	"isGameTourist": false,
18
 	"condition": {
18
 	"condition": {

Loading…
Cancel
Save