show a little spinner which spins when loading and when people type

This commit is contained in:
Caleb James DeLisle
2014-11-03 21:44:35 +01:00
parent 87aa1aaf91
commit 2a1f3f9027
3 changed files with 33 additions and 2 deletions

View File

@@ -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'
};