pgadmin4/web/regression/javascript/fake_constants.js

18 lines
426 B
JavaScript
Raw Normal View History

//////////////////////////////////////////////////////////////////////////
//
// pgAdmin 4 - PostgreSQL Tools
//
2022-01-04 02:24:25 -06:00
// Copyright (C) 2013 - 2022, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
//////////////////////////////////////////////////////////////////////////
define(function () {
return {
'INTERNAL': 'internal',
'LDAP': 'ldap',
'KERBEROS': 'kerberos'
};
});