mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-23 21:28:05 +00:00
update examples
This commit is contained in:
parent
b921bf72bb
commit
4f8f243624
@ -5,11 +5,11 @@ require('../').create({
|
||||
|
||||
server: 'staging'
|
||||
|
||||
, email: 'aj@daplie.com'
|
||||
, email: 'john.doe@example.com'
|
||||
|
||||
, agreeTos: true
|
||||
|
||||
, approvedDomains: [ 'pokemap.hellabit.com', 'www.pokemap.hellabit.com' ]
|
||||
, approvedDomains: [ 'example.com', 'www.example.com' ]
|
||||
|
||||
, app: require('express')().use('/', function (req, res) {
|
||||
res.end('Hello, World!');
|
||||
|
@ -5,11 +5,11 @@ require('../').create({
|
||||
|
||||
server: 'staging'
|
||||
|
||||
, email: 'aj@daplie.com'
|
||||
, email: 'john.doe@example.com'
|
||||
|
||||
, agreeTos: true
|
||||
|
||||
, approvedDomains: [ 'pokemap.hellabit.com', 'www.pokemap.hellabit.com' ]
|
||||
, approvedDomains: [ 'example.com', 'www.example.com' ]
|
||||
|
||||
, app: require('express')().use('/', function (req, res) {
|
||||
res.end('Hello, World!');
|
||||
|
Loading…
x
Reference in New Issue
Block a user