mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat(env): add Octane server configuration
- Added new environment variables for Octane server configuration - Added OCTANE_SERVER and OCTANE_HTTPS variables to .env.example file
This commit is contained in:
@@ -6,6 +6,9 @@ APP_URL=http://127.0.0.1:8000
|
|||||||
|
|
||||||
APP_STAGING=false
|
APP_STAGING=false
|
||||||
|
|
||||||
|
OCTANE_SERVER=swoole
|
||||||
|
OCTANE_HTTPS=false
|
||||||
|
|
||||||
RGAPI_KEY="RGAPI-00000000-0000-0000-0000-000000000000"
|
RGAPI_KEY="RGAPI-00000000-0000-0000-0000-000000000000"
|
||||||
|
|
||||||
LOGIN_ROUTE_NAME="/your/secret/login/route"
|
LOGIN_ROUTE_NAME="/your/secret/login/route"
|
||||||
|
|||||||
Reference in New Issue
Block a user