ducky/web

Paddy 2015-06-30 Parent:7ae5dd64c482 Child:5d47855181e1

10:ef386518fa14 Go to Latest

ducky/web/build/200.html

Update our config with still-silly values. Our config file still just has local-only values that don't actually mean anything, but let's keep them updated, just for giggles. We changed the port subscriptionsd listens on, so we updated to match that. We also needed to generate a new client, so its ID and secret are now in the config file as well. No doubt they'll be replaced soon, anyways.

History
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <link rel="stylesheet" href="/static/main.css" />
6 </head>
7 <body>
8 </body>
9 <script src="/static/common.js"></script>
10 <script src="/static/bundle.js"></script>
11 </html>