Updated session verification method selection to match osu-web's State.php:36 logic, using SUPPORT_TOTP_VERIFICATION_VER for version checks and prioritizing TOTP when available. Added example environment files for osu-web-master to support local, dusk, and testing setups.
14 lines
287 B
Plaintext
14 lines
287 B
Plaintext
APP_KEY=
|
|
APP_ENV=testing
|
|
|
|
APP_URL=http://nginx:8008
|
|
NOTIFICATION_ENDPOINT=ws://nginx:8008/home/notifications/feed
|
|
|
|
DB_DATABASE=osu_test
|
|
DB_DATABASE_CHAT=osu_chat_test
|
|
DB_DATABASE_MP=osu_mp_test
|
|
DB_DATABASE_STORE=osu_store_test
|
|
DB_DATABASE_UPDATES=osu_updates_test
|
|
|
|
ES_INDEX_PREFIX=test_
|