Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969846
config.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
817 B
Referenced Files
None
Subscribers
None
config.ts
View Options
export
const
SEALIOUS_SANITY
=
Boolean
(
process
.
env
.
SEALIOUS_SANITY
);
export
const
PORT
=
process
.
env
.
SEALIOUS_PORT
?
parseInt
(
process
.
env
.
SEALIOUS_PORT
)
:
8080
;
export
const
BASE_URL
=
process
.
env
.
SEALIOUS_BASE_URL
||
`http://localhost:
${
PORT
}
`
;
export
const
MONGO_PORT
=
process
.
env
.
SEALIOUS_MONGO_PORT
?
parseInt
(
process
.
env
.
SEALIOUS_MONGO_PORT
)
:
20747
;
export
const
MONGO_HOST
=
process
.
env
.
SEALIOUS_MONGO_HOST
||
"127.0.0.1"
;
export
const
MAILCATCHER_HOST
=
process
.
env
.
SEALIOUS_MAILCATCHER_HOST
||
"127.0.0.1"
;
export
const
MAILCATCHER_SMTP_PORT
=
parseInt
(
process
.
env
.
SEALIOUS_MAILCATCHER_SMTP_PORT
||
"1026"
);
export
const
MAILCATCHER_API_PORT
=
parseInt
(
process
.
env
.
SEALIOUS_MAILCATCHER_API_PORT
||
"1082"
);
export
const
MAILER
=
process
.
env
.
SEALIOUS_MAILER
;
export
const
DEFAULT_HTML_LANG
=
"pl"
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 01:31 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
548060
Default Alt Text
config.ts (817 B)
Attached To
Mode
rPHOTOAPP photo-app-demo
Attached
Detach File
Event Timeline
Log In to Comment