You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we don't have to use backups of the production DB for local development, which is bad for security and creates a rift between the devs who have access to it and the others.
expose in API endpoints all the public data we need to generate fake data that actually looks like the production site (related issue: HTTP API #688)
modify fake_data to query those API endpoints on liberapay.com and use their data
The text was updated successfully, but these errors were encountered:
So we don't have to use backups of the production DB for local development, which is bad for security and creates a rift between the devs who have access to it and the others.
The text was updated successfully, but these errors were encountered: