mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 19:14:16 +00:00
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
module.exports = {
|
|
domain: '', // domain name
|
|
urlpath: '', // sub url path, like: www.example.com/<urlpath>
|
|
|
|
// settings
|
|
debug: false,
|
|
|
|
GOOGLE_API_KEY: '',
|
|
GOOGLE_CLIENT_ID: '',
|
|
DROPBOX_APP_KEY: ''
|
|
};
|