mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Updating favicons to point to correct server.
This commit is contained in:
parent
7a5d7a4749
commit
504f401efe
3 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,7 @@ express = require 'express'
|
|||
mongo = require 'mongodb'
|
||||
|
||||
DEV = process.env.NODE_ENV == 'development'
|
||||
MONGODB_SERVER = if DEV then 'localhost' else 'db20'
|
||||
MONGODB_SERVER = if DEV then 'localhost' else 'db22'
|
||||
MONGODB_PORT = parseInt(process.env.MONGODB_PORT or 27017, 10)
|
||||
|
||||
if DEV
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
DEV = process.env.NODE_ENV === 'development';
|
||||
|
||||
MONGODB_SERVER = DEV ? 'localhost' : 'db20';
|
||||
MONGODB_SERVER = DEV ? 'localhost' : 'db22';
|
||||
|
||||
MONGODB_PORT = parseInt(process.env.MONGODB_PORT || 27017, 10);
|
||||
|
||||
|
|
|
@ -84,8 +84,7 @@
|
|||
<img src="/media/img/logo_512.png" class="logo">
|
||||
<h1>NewsBlur is in <span class="error404">maintenance mode</span></h1>
|
||||
<div class="description">
|
||||
<p>Today is the day. After two months of scaling, lots and lots of data migrations, and intense preparation, NewsBlur will soon be running on a sharded MongoDB. That means 3x the servers (and 3x the cost), but will ensure better performance down the line and allow NewsBlur to grow.</p>
|
||||
<p>This upgrade should last no more than 15 minutes. It's Sunday night and I'm feeling fine.</p>
|
||||
<p>Moving to a faster MongoDB server. This upgrade should take no more than 30 seconds. Give me 60.</p>
|
||||
<p>To pass the time, <a href="http://mlkshk.com/popular">check out what's popular on MLKSHK</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue