|
@@ -1,6 +1,6 @@
|
|
-APP_NAME=Scholar
|
|
|
|
|
|
+APP_NAME=Stag
|
|
APP_ENV=local
|
|
APP_ENV=local
|
|
-APP_KEY=base64:pBWtIy+xpdXFq3ABxjVZAjlu/U2EqmRn3J4GIOCDqh8=
|
|
|
|
|
|
+APP_KEY=base64:1yKRgeLWTeEXTfh51vXtJaf6GJaRUn4NHzdlOdyDpRY=
|
|
APP_DEBUG=true
|
|
APP_DEBUG=true
|
|
APP_URL=http://localhost
|
|
APP_URL=http://localhost
|
|
|
|
|
|
@@ -9,9 +9,9 @@ LOG_CHANNEL=stack
|
|
DB_CONNECTION=pgsql
|
|
DB_CONNECTION=pgsql
|
|
DB_HOST=127.0.0.1
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=5432
|
|
DB_PORT=5432
|
|
-DB_DATABASE=stag
|
|
|
|
|
|
+DB_DATABASE=stag2
|
|
DB_USERNAME=postgres
|
|
DB_USERNAME=postgres
|
|
-DB_PASSWORD=secret
|
|
|
|
|
|
+DB_PASSWORD=pass
|
|
|
|
|
|
BROADCAST_DRIVER=log
|
|
BROADCAST_DRIVER=log
|
|
CACHE_DRIVER=file
|
|
CACHE_DRIVER=file
|
|
@@ -46,5 +46,10 @@ MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
|
|
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
|
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
|
|
|
|
|
BACKEND_URL="http://localhost:8080/api"
|
|
BACKEND_URL="http://localhost:8080/api"
|
|
|
|
+ADMIN_PORTAL_URL="http://localhost:3000"
|
|
|
|
|
|
-AUTH_URL=http://localhost:3000
|
|
|
|
|
|
+AUTH_URL="http://localhost:3002"
|
|
|
|
+
|
|
|
|
+BACKEND_WS_URL=http://localhost:8080/ws
|
|
|
|
+AGORA_APPID=9d04292b03524927a8fe9d937a448d85
|
|
|
|
+AGORA_MODE=screen
|