ssl config options
This commit is contained in:
parent
afe10d6983
commit
f57323e122
File diff suppressed because it is too large
Load Diff
@ -19,11 +19,15 @@ class Crunchbutton_App extends Cana_App {
|
||||
$params['env'] = 'local';
|
||||
break;
|
||||
case 'crunchr.co':
|
||||
case '_DOMAIN_':
|
||||
$params['env'] = 'live';
|
||||
break;
|
||||
case 'beta.crunchr.co':
|
||||
case 'alpha.crunchr.co':
|
||||
case 'test.crunchr.co':
|
||||
case 'beta._DOMAIN_':
|
||||
case 'alpha._DOMAIN_':
|
||||
case 'test._DOMAIN_':
|
||||
$params['env'] = 'beta';
|
||||
break;
|
||||
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/style.css">
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
|
||||
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800" rel="stylesheet" type="text/css">
|
||||
<link href="http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,700" rel="stylesheet" type="text/css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800" rel="stylesheet" type="text/css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,700" rel="stylesheet" type="text/css">
|
||||
|
||||
<? /*
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user