AuthMe / AuthMeReloaded

The best authentication plugin for the Bukkit/Spigot API!
https://www.spigotmc.org/resources/authmereloaded.6269/
GNU General Public License v3.0
616 stars 514 forks source link

How to configure postgresql? #2801

Closed 0xFEEDC0DE64 closed 4 months ago

0xFEEDC0DE64 commented 4 months ago

What feature do you want to see added?

I changed the configuration like suggested in the comment above:

    # Valid values: SQLITE, MYSQL, POSTGRESQL
    backend: POSTGRESQL

but now there are a lot of mySQL*: configs, do I have to rename them to postgres or are they also used without renaming?

what do I have to put in mySQLDriverClassName: for postgres?

is it then mySQLHost: localhost or postgresSQLHost: localhost ?

Are there any alternatives?

no, an example is needed

Anything else?

No response

sgdc3 commented 4 months ago

@0xFEEDC0DE64 set mySQLHost to your postgressql host and so on