ucg/examples/shared.ucg

7 lines
141 B
Plaintext

let port = 3306;
let mk_site_config = func (hostname, port) => {
base_url = "https://@/" % (hostname),
port = port,
dbs = [],
};