impress-2020/scripts
Matchu 357061221f Use env vars for MySQL in export-users-to-auth0
Huh, oops, there are a _few_ reasons the user sync cron job hasn't been running correctly.

I fixed some of the config in prod, but then discovered one more issue: the script prompts for an admin database password, so of _course_ it can't auto-run, lol.

Instead, I've now created a `impress2020-util` account, with just a few permissions (but specifically the `openneo_id.users` permission that I _don't_ give the app!), and added the username and password to the secret .env file, both locally and in prod. (In this case, prod means the Linode VPS, not Vercel, because that's where our cron runs.)
2021-10-02 00:57:39 -07:00
..
exported-user-data delete-user.js script 2021-03-10 05:19:51 -08:00
build-cached-data.js Trickier disabling honeycomb instrumentation 2021-08-08 00:23:57 -07:00
cache-asset-manifests.js Keep track of when manifest was last cached 2021-03-11 02:23:40 -08:00
delete-user.js delete-user.js script 2021-03-10 05:19:51 -08:00
export-users-to-auth0.js Use env vars for MySQL in export-users-to-auth0 2021-10-02 00:57:39 -07:00
setup-mysql-dev-constants.sql add closet_lists to dev schema too 2020-10-22 20:32:02 -07:00
setup-mysql-dev-schema.sql add closet_lists to dev schema too 2020-10-22 20:32:02 -07:00
setup-mysql.sql Finish outfit auto-saving! 2021-05-04 12:33:13 -07:00