Page MenuHomeSealhub

config.js
No OneTemporary

config.js

module.exports = {
upload_path: "/tmp",
datastore_mongo: {
host: "db",
db_name: "sealious"
},
image_formats: {
medium: {
size: [300, 180]
},
small: {
size: [100, 100]
}
},
"www-server": {
port: "<<app_port>>"
},
smtp: {
host: "example.com",
port: 25,
user: "any",
password: "any"
},
email: {
from_name: "Sealious test app",
from_address: "sealious@example.com"
},
roles: ["admin"]
};

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 24, 01:17 (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556615
Default Alt Text
config.js (472 B)

Event Timeline