This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use-strict"; | |
const http2 = require("http2"); | |
const fs = require("fs"); | |
const certKeyPath = "/Users/username/project/certificates/private.key.pem"; | |
const certPath = "/Users/username/project/certificates/public.crt.pem"; | |
const applicationBundleID = "com.companyname.myAppName"; | |
const pushServerEndpoint = "https://api.push.apple.com"; | |
const appSharedSecret = "8234e6db4d244cbfa25bc98a777a5486"; | |
const storeEnvironment = "sandbox"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
listen [::]:80; | |
root /var/www/signalrdemo.com; | |
server_name signalrdemo.com www.signalrdemo.com; | |
location / { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
listen [::]:80; | |
root /var/www/signalrdemo.com; | |
server_name signalrdemo.com www.signalrdemo.com; | |
location / { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
listen [::]:80; | |
root /var/www/signalrdemo.com; | |
server_name signalrdemo.com www.signalrdemo.com; | |
location / { |