show a little spinner which spins when loading and when people type
This commit is contained in:
@@ -2,5 +2,6 @@ module.exports = {
|
||||
httpPort: 3000,
|
||||
websocketPort: 3001,
|
||||
mongoUri: "mongodb://demo_user:demo_password@ds027769.mongolab.com:27769/demo_database",
|
||||
// mongoUri: "mongodb://localhost:27017/cryptpad",
|
||||
mongoCollectionName: 'cryptpad'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user