mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-17 11:12:57 +08:00
Initial work on the server
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
var config = {
|
||||
db_user: "",
|
||||
db_password: "",
|
||||
db_name: ""
|
||||
};
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user