initial commit
This commit is contained in:
16
config.sample.js
Normal file
16
config.sample.js
Normal file
@@ -0,0 +1,16 @@
|
||||
const config = {
|
||||
urlPrefix: "/mhd",
|
||||
openDataKey: 'INSERT_YOUR_OPENDATA_API_KEY_HERE',
|
||||
database: {
|
||||
client: 'pg',
|
||||
connection: {
|
||||
host : '127.0.0.1',
|
||||
user : 'erik',
|
||||
password : '',
|
||||
database : 'mhd'
|
||||
},
|
||||
searchPath: ['knex', 'public'],
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user