-
|
Heya. I've been setting up Statbus and so far so good, except for a strange issue. it will look for "statbus.admin", "statbus.round", etc etc on its own internal database. I have "DATABASE_URL" in my .env.local pointing to the internal statbus MariaDB, while "STATBUS_DATABASE_URL" is pointing at my TGS database. Which is very strange because I would assume its supposed to be the opposite, but given how the Doctrine reads, it seems to be flipped, as the default entity manager is looking at DATABASE_URL for all of the statbus elements. I'd appreciate some help on this ❤️ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, Sorry about the confusion. |
Beta Was this translation helpful? Give feedback.
Hi,
Sorry about the confusion.
DATABASE_URLis the game database (with your rounds/notes/bans etc).STATBUS_DATABASE_URLis the internal Statbus database.