-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseeds.yml
32 lines (29 loc) · 905 Bytes
/
seeds.yml
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
#
# This file is used to seed the database after it is created
# (by `rake db:reset` or `rake db:seed`).
#
# The first admin you will use to login and setup the application.
admin:
username: "admin"
email: "[email protected]"
password: "admin"
# The first, only and default Site model with general configurations for the website.
# You can add here any attribute available in the model Site.
site:
name: "Mconf Dev"
description: "Mconf Development Website"
domain: "localhost:3000"
smtp_login: ""
smtp_password: ""
smtp_server: ""
smtp_domain: "localhost"
smtp_sender: "[email protected]"
smtp_use_tls: false
smtp_auto_tls: false
smtp_auth_type: ""
smtp_port: 1025
# The first and default webconference server.
webconf_server:
name: "Default Server"
url: "http://test-install.blindsidenetworks.com/bigbluebutton/api"
secret: "8cd8ef52e8e101574e400365b55e11a6"