forked from cerc-io/ipld-eth-server
removing mcd/maker references; delete test_data; update READMEs; use
logrus
This commit is contained in:
@@ -84,7 +84,7 @@ describe('buildServerConfig', () => {
|
||||
it('provides the database config to Postgraphile', () => {
|
||||
expect(serverUtilities.postgraphile).toHaveBeenCalledWith(
|
||||
`${databaseConfig.host}/${databaseConfig.database}`,
|
||||
["public", "maker"],
|
||||
["public"],
|
||||
jasmine.any(Object));
|
||||
});
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ export function buildServerConfig(
|
||||
|
||||
const middleware: PostgraphileMiddleware = utilities.postgraphile(
|
||||
`${databaseConfig.host}/${databaseConfig.database}`,
|
||||
["public", "maker"],
|
||||
["public"],
|
||||
options
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user