Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969820
config.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
778 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
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 00:55 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
548045
Default Alt Text
config.ts (778 B)
Attached To
Mode
rPLAY Sealious playground
Attached
Detach File
Event Timeline
Log In to Comment