mirror of
https://github.com/dariusk/rss-to-activitypub.git
synced 2024-11-22 17:29:19 +02:00
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
export default {
|
|
"DOMAIN": "",
|
|
"PORT_HTTP": "3000",
|
|
"PORT_HTTPS": "8443",
|
|
"PRIVKEY_PATH": "",
|
|
"CERT_PATH": ""
|
|
}; |