Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
lumen-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e948410a
authored
Oct 12, 2017
by
John Doe
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fixed devise URL
parent
f2b5af78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
config/deploy/aws.rb
config/environments/aws.rb
config/deploy/aws.rb
View file @
e948410a
...
...
@@ -8,7 +8,7 @@ server "portal.wattsworth.net", user: "rails", roles: %w{app db web}, port: 22
# server "db.example.com", user: "deploy", roles: %w{db}
set
:deploy_to
,
"/opt/api"
set
:bundle_without
,
[
:development
,
:test
,
:local
]
append
:linked_files
,
"config/database.yml"
,
"config
s
/initializers/smtp.rb"
append
:linked_files
,
"config/database.yml"
,
"config/initializers/smtp.rb"
# role-based syntax
# ==================
...
...
config/environments/aws.rb
View file @
e948410a
...
...
@@ -56,9 +56,9 @@ Rails.application.configure do
# config.active_job.queue_adapter = :resque
# config.active_job.queue_name_prefix = "control_panel_#{Rails.env}"
config
.
action_mailer
.
perform_caching
=
false
config
.
action_mailer
.
default_url_options
=
{
:host
=>
'
beta
.wattsworth.net'
}
config
.
action_mailer
.
default_url_options
=
{
:host
=>
'
www
.wattsworth.net'
}
config
.
action_mailer
.
delivery_method
=
:smtp
# Ignore bad email addresses and do not raise email delivery errors.
...
...
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