mirror of
https://github.com/danbee/tube-status-server
synced 2025-03-04 08:39:12 +00:00
Add .env and example file.
This commit is contained in:
parent
585b59adf1
commit
49a59a536f
1
.env.example
Normal file
1
.env.example
Normal file
@ -0,0 +1 @@
|
||||
export TUBESTATUS_FEED_EMAIL=
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.env
|
||||
@ -1,3 +1,6 @@
|
||||
require 'dotenv'
|
||||
Dotenv.load
|
||||
|
||||
require 'sinatra'
|
||||
require 'json'
|
||||
require 'xmlsimple'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user