forked from kennethkalmer/powerdns-on-rails
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenv.bak
27 lines (24 loc) · 891 Bytes
/
env.bak
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
# database credentials
DB='mysql'
DB_ADAPTER='mysql2'
DB_NAME='powerdns3'
DB_USER=''
DB_PASSWORD=''
DB_HOST='127.0.0.1'
# mailserver credentials
SMTP_START_TLS=true
SMTP_ADDRESS='mail.example.com'
SMTP_DOMAIN='example.com'
SMTP_PORT=25
SMTP_USERNAME='username'
SMTP_PASSWORD='password'
SMTP_SENDER='no-reply@qutic.com'
HOST_URL='www.example.com'
# devise configuration
REST_AUTH_DIGEST_STRETCHES=10
REST_AUTH_SITE_KEY='' #'f0c822c4f45b7677c1e78715f022f4a7a83a0fa8620230b8aa92493c83c8d0c83c3075499863e05be7d5730ad0106540d3985b252ab46aa59ffc7960c64f167a'
# Your secret key for verifying cookie session data integrity. If you
# change this key, all old sessions 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. Do never make this public!
SECRET_TOKEN='' # add a long, long application token