buttonmen-dev / buttonmen

Buttonmen - an online dice game
Other
16 stars 24 forks source link

Add support for ECS sites with remote databases #2920

Closed cgolubi1 closed 9 months ago

cgolubi1 commented 9 months ago

This partially addresses #2908 - specifically it adds support for using an ECS site with a remote database, which is required by staging and prod

I tested this by creating a dev site using a remote DB and this codebase, and then rebuilding that dev site using a local DB. It's currently up at https://2908-remote-db.cgolubi1.dev.buttonweavers.com/ (with the local DB), and it should be uninteresting.

blackshadowshade commented 9 months ago

Okay, the new dev site looks okay and the files look like they have to do with setup. Looks good so far!