Przeglądaj źródła

修改環境變數範本

manto07m 2 lat temu
rodzic
commit
024a6e126c
1 zmienionych plików z 8 dodań i 8 usunięć
  1. 8 8
      .env.example

+ 8 - 8
.env.example

@@ -1,6 +1,6 @@
-APP_NAME=Laravel
+APP_NAME=MessageBoard
 APP_ENV=local
-APP_KEY=
+APP_KEY=base64:P4gjA5cdsnqEJqTIZo6y5pYz8GgNVsTGdGMgBDxK1U0=
 APP_DEBUG=true
 APP_URL=http://localhost
 
@@ -8,12 +8,12 @@ LOG_CHANNEL=stack
 LOG_DEPRECATIONS_CHANNEL=null
 LOG_LEVEL=debug
 
-DB_CONNECTION=mysql
-DB_HOST=127.0.0.1
-DB_PORT=3306
-DB_DATABASE=laravel
-DB_USERNAME=root
-DB_PASSWORD=
+DB_CONNECTION=sqlsrv
+DB_HOST=GMGIS\SQLEXPRESS
+DB_PORT=
+DB_DATABASE=permissions
+DB_USERNAME=BIMuser
+DB_PASSWORD=Component3444
 
 BROADCAST_DRIVER=log
 CACHE_DRIVER=file