Skip to content

SQLite Admin

Erick Ruiz de Chavez edited this page Nov 22, 2020 · 3 revisions

The bot uses an SQLite3 database. To make it easier to manage, this project includes Adminer configured for SQLite.

Once the project is up and running, you can access it by going to http://localhost:8080/admin/ and log in using admin and password as the user and password respectively. If you want to change the default password (and you should!) you can use https://phppasswordhash.com to generate a new hash using your desired password (do not change the default PASSWORD_DEFAULT algorithm).

Screen Shot 2020-10-29 at 11 51 23 AM

Clone this wiki locally