Fix application_name to "cartodb_sqlapi"
This commit is contained in:
parent
51b135c0ac
commit
4b5a5921d5
@ -16,7 +16,7 @@
|
||||
//
|
||||
|
||||
if ( ! process.env['PGAPPNAME'] )
|
||||
process.env['PGAPPNAME']='cartodb_sqlapi_XXX';
|
||||
process.env['PGAPPNAME']='cartodb_sqlapi';
|
||||
|
||||
function App() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user