Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venjob_nth
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
3
Merge Requests
3
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
Ngô Trung Hưng
venjob_nth
Commits
3ed7b149
Commit
3ed7b149
authored
Aug 11, 2020
by
Ngô Trung Hưng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
..
parent
0d885e60
Pipeline
#884
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
config/environments/development.rb
+0
-14
No files found.
config/environments/development.rb
View file @
3ed7b149
Rails
.
application
.
configure
do
Rails
.
application
.
configure
do
# Settings specified here will take precedence over those in config/application.rb.
# Settings specified here will take precedence over those in config/application.rb.
config
.
action_mailer
.
default_url_options
=
{
host:
'localhost'
,
port:
1234
}
config
.
action_mailer
.
default_url_options
=
{
host:
'localhost'
,
port:
1234
}
config
.
action_mailer
.
perform_deliveries
=
true
config
.
action_mailer
.
raise_delivery_errors
=
true
config
.
action_mailer
.
default
:charset
=>
"utf-8"
config
.
action_mailer
.
delivery_method
=
:smtp
config
.
action_mailer
.
smtp_settings
=
{
user_name:
'haint5055@gmail.com'
,
password:
'Hai123456'
,
domain:
'gmail.com'
,
address:
'smtp.gmail.com'
,
port:
'587'
,
authentication: :plain
,
enable_starttls_auto:
true
,
ssl:
true
}
# In the development environment your application's code is reloaded on
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.
# since you don't have to restart the web server when you make code changes.
...
...
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