1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-13 16:45:05 +01:00

staging https settings

This commit is contained in:
diminator 2015-08-13 17:06:27 +02:00
parent 9d9aa3aea4
commit 775c4fbda3

View File

@ -54,7 +54,7 @@ var config = {
};
var SERVER_URL = process.env.ONION_SERVER_URL || 'https://staging.ascribe.io/';
console.log(SERVER_URL)
var constants = {
BASE_URL: (function () { var baseUrl = process.env.ONION_BASE_URL || '/'; return baseUrl + (baseUrl.match(/\/$/) ? '' : '/'); })(),
SERVER_URL: SERVER_URL,