1
0
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:
Daniel Barber 2015-03-06 13:22:31 +00:00
parent 585b59adf1
commit 49a59a536f
3 changed files with 5 additions and 0 deletions

1
.env.example Normal file
View File

@ -0,0 +1 @@
export TUBESTATUS_FEED_EMAIL=

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

View File

@ -1,3 +1,6 @@
require 'dotenv'
Dotenv.load
require 'sinatra'
require 'json'
require 'xmlsimple'