mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
refactor: nginx
This commit is contained in:
@@ -121,7 +121,7 @@ export const config: Config = {
|
||||
email: {
|
||||
main: 'postmaster@sandbox9471202ff10448c7ac917618fe94d8e1.mailgun.org',
|
||||
},
|
||||
appName: 'Hexabot.io',
|
||||
appName: 'Hexabot.ai',
|
||||
apiUrl: 'http://localhost:4000',
|
||||
appUrl: 'http://localhost:8081',
|
||||
geocoder: {
|
||||
|
||||
@@ -16,7 +16,7 @@ import {
|
||||
import { Offline } from '../types';
|
||||
|
||||
const img_url =
|
||||
'http://demo.hexabot.io/attachment/download/5c334078e2c41d11206bd152/myimage.png';
|
||||
'http://demo.hexabot.ai/attachment/download/5c334078e2c41d11206bd152/myimage.png';
|
||||
|
||||
// Offline events
|
||||
const offlineEventPayload: Offline.Event = {
|
||||
|
||||
Reference in New Issue
Block a user