ソースを参照

added update .env.example

= 4 年 前
コミット
05526b3bc8
1 ファイル変更6 行追加6 行削除
  1. 6 6
      .env.example

+ 6 - 6
.env.example

@@ -1,6 +1,6 @@
 APP_NAME=Laravel
 APP_ENV=local
-APP_KEY=
+APP_KEY=base64:gl8JWA/4loYWQiFljFEN99y2wl1r6Gc+b2SHM9pb1YM=
 APP_DEBUG=true
 APP_URL=http://localhost
 
@@ -9,9 +9,9 @@ LOG_CHANNEL=stack
 DB_CONNECTION=pgsql
 DB_HOST=127.0.0.1
 DB_PORT=5432
-DB_DATABASE=stag
-DB_USERNAME=root
-DB_PASSWORD=
+DB_DATABASE=stag2
+DB_USERNAME=postgres
+DB_PASSWORD=pass
 
 BROADCAST_DRIVER=log
 CACHE_DRIVER=file
@@ -59,5 +59,5 @@ TWILIO_NUMBER=+12023359983
 MIX_APP_URL="http://app.lobby.localhost"
 
 BACKEND_URL="http://localhost:8080"
-
-AUTH_URL=http://localhost:3000
+HCP_PORTAL_URL="http://localhost:3001"
+AUTH_URL="http://localhost:8002"