Bubka / 2FAuth

A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
https://docs.2fauth.app/
GNU Affero General Public License v3.0
2.12k stars 142 forks source link

Adding Redis Environment Variables #359

Closed Matinal111 closed 2 months ago

Matinal111 commented 2 months ago

As the title suggests, Redis has 16 databases by default, and I have more than just 2FAuth service in my Redis scenario, can I add the REDIS_DB variable for selecting a database?

Matinal111 commented 2 months ago

It doesn't seem to need any special settings, I configured REDIS_DB under env. and it works!😀