Initial commit
This commit is contained in:
9
config.example.js
Normal file
9
config.example.js
Normal file
@ -0,0 +1,9 @@
|
||||
// Configuration Override Example
|
||||
// Copy this file to config.js and modify as needed
|
||||
|
||||
export const CONFIG_OVERRIDE = {
|
||||
NTFY_TOPIC: 'your-custom-topic',
|
||||
NTFY_SERVER: 'https://your-ntfy-server.com',
|
||||
POLL_INTERVAL: '0 */30 * * *', // Every 30 minutes instead of hourly
|
||||
// Add any other config overrides here
|
||||
};
|
||||
Reference in New Issue
Block a user