Update config.prod.ts

Fix request scheme
pull/115/head
flydo 2 years ago committed by GitHub
parent d38096630c
commit 4eb2f37504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
const config: IConfig = {
serve: `http://${window.location.hostname}:38080`,
serve: `${window.location.protocol}//${window.location.hostname}:38080`,
keys: ['some secret hurr'],
session: {
key: 'koa:sess',

Loading…
Cancel
Save