Specify Cookie domain with hostname

This commit is contained in:
Akihiko Odaki 2018-03-26 13:21:41 +09:00
parent a23790a1e8
commit 0109e0811c
4 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,5 @@
declare const _HOST_: string;
declare const _HOSTNAME_: string;
declare const _URL_: string;
declare const _API_URL_: string;
declare const _DOCS_URL_: string;
@ -16,6 +17,7 @@ declare const _LICENSE_: string;
declare const _GOOGLE_MAPS_API_KEY_: string;
export const host = _HOST_;
export const hostname = _HOSTNAME_;
export const url = _URL_;
export const apiUrl = _API_URL_;
export const docsUrl = _DOCS_URL_;