mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
let port = 3306;
|
|
|
|
let mk_site_config = func (hostname, port) => {
|
|
base_url = "https://@/" % (hostname),
|
|
port = port,
|
|
dbs = [],
|
|
}; |