mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding dev to tlnb.
This commit is contained in:
parent
9e5977f174
commit
ceaf07ac87
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,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>This will take only a minute. I'm switching db machines again.</p>
|
||||
<p>This will take exactly 30 seconds. I'm moving some db servers out of rotation to better load test them. Why not instant? I don't know, ask MongoDB why an rs.remove command forced an Autoreconnect.</p>
|
||||
<p>To pass the time, go surf <a href="http://mlkshk.com/popular">MLKSHK's popular page</a>.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
|
|
|
@ -12,7 +12,7 @@ IGNORE_HOSTS = [
|
|||
'push',
|
||||
]
|
||||
|
||||
def main(role="app", role2="app"):
|
||||
def main(role="app", role2="dev"):
|
||||
streams = list()
|
||||
path = "/srv/newsblur/logs/newsblur.log"
|
||||
hosts_path = os.path.expanduser(os.path.join('../secrets-newsblur/configs/hosts.yml'))
|
||||
|
|
Loading…
Add table
Reference in a new issue