Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venshop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huanvl
venshop
Commits
8a8d8cc1
Commit
8a8d8cc1
authored
Nov 04, 2013
by
vulehuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change config, use mailcatcher
parent
cc365895
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
venshop_app/config/environment.rb
+11
-11
No files found.
venshop_app/config/environment.rb
View file @
8a8d8cc1
...
@@ -11,16 +11,17 @@ end
...
@@ -11,16 +11,17 @@ end
VenshopApp
::
Application
.
configure
do
VenshopApp
::
Application
.
configure
do
config
.
action_mailer
.
delivery_method
=
:smtp
config
.
action_mailer
.
delivery_method
=
:smtp
config
.
action_mailer
.
smtp_settings
=
{
# config.action_mailer.smtp_settings = {
address:
'smtp.gmail.com'
,
# address: 'smtp.gmail.com',
port:
587
,
# port: 587,
domain:
'alphaplus.vn'
,
# domain: 'alphaplus.vn',
user_name:
'coi.no.reply@gmail.com'
,
# user_name: 'coi.no.reply@gmail.com',
password:
'q5cE05OUwJ'
,
# password: 'q5cE05OUwJ',
authentication:
'plain'
,
# authentication: 'plain',
enable_starttls_auto:
true
# enable_starttls_auto: true
}
# }
config
.
action_mailer
.
smtp_settings
=
{
:address
=>
"localhost"
,
:port
=>
1025
}
end
end
YAHOO_SHOPPING_DATA_APP_ID
=
'dj0zaiZpPXpIMzBsMUQyTk55dSZkPVlXazlZWGxzYjNoWU0yVW1jR285TUEtLSZzPWNvbnN1bWVyc2VjcmV0Jng9MzI-'
YAHOO_SHOPPING_DATA_APP_ID
=
'dj0zaiZpPXpIMzBsMUQyTk55dSZkPVlXazlZWGxzYjNoWU0yVW1jR285TUEtLSZzPWNvbnN1bWVyc2VjcmV0Jng9MzI-'
YAHOO_SHOPPING_DATA_SECRECT
=
'45b3584021d48d65984b515a2cd23623a3ec90cc'
YAHOO_SHOPPING_DATA_SECRECT
=
'45b3584021d48d65984b515a2cd23623a3ec90cc'
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment