forked from hotsh/rstat.us
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml.sample
32 lines (28 loc) · 947 Bytes
/
config.yml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# encoding: utf-8
development:
# Your secret key for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
# Used in config/initializers/secret_token.rb.
# You can generate a good value for this by running `rake secret`.
SECRET_TOKEN:
# Twitter API stuff (these fake keys work)
CONSUMER_KEY: asdf
CONSUMER_SECRET: asdf
#set this to the URL of a status blog or the like.
#if empty, the Blog footer link won't show.
BLOG_URL:
# See https://github.com/benprew/pony for via_options.
PONY_VIA_OPTIONS:
address: smtp.yourserver.com
port: 25
user_name: user
password: password
authentication: :plain
domain: localhost.localdomain
test:
SECRET_TOKEN:
CONSUMER_KEY: asdf
CONSUMER_SECRET: asdf
BLOG_URL: