Add a first cut at an express-based backend
This commit is contained in:
11
express/config.ts
Normal file
11
express/config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
const config = {
|
||||
database: {
|
||||
user: "abc123",
|
||||
password: "abc123",
|
||||
host: "localhost",
|
||||
port: "5432",
|
||||
database: "abc123",
|
||||
},
|
||||
};
|
||||
|
||||
export { config };
|
||||
Reference in New Issue
Block a user