LACMTA / metro-api-v2

Docs: https://lacmta.github.io/metro-api-v2/ Dev: https://dev-metro-api-v2.ofhq3vd1r7une.us-west-2.cs.amazonlightsail.com/docs
https://lacmta.github.io/metro-api-v2/
0 stars 3 forks source link

Fix unnecessary database configuration statements #489

Closed albertkun closed 8 months ago

albertkun commented 8 months ago

This pull request fixes the issue of unnecessary database configuration statements in the code. The statements "SET log_statement_stats = OFF;", "SET log_duration = OFF;", and "SET log_connections = OFF;" have been removed. This allows the api to run on AWS lightsail because these permissions are not allowed on there.