Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venjobs_app
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
1
Merge Requests
1
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
Quang Vinh Nguyen
venjobs_app
Commits
a195f692
Commit
a195f692
authored
Jun 29, 2018
by
Quang Vinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix app assert
parent
0a24a115
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
config/deploy.rb
+1
-1
config/environments/production.rb
+1
-1
yarn.lock
+4
-0
No files found.
config/deploy.rb
View file @
a195f692
...
@@ -8,7 +8,7 @@ set :repo_url, "git@gitlab.zigexn.vn:vinhnq/venjobs_app.git"
...
@@ -8,7 +8,7 @@ set :repo_url, "git@gitlab.zigexn.vn:vinhnq/venjobs_app.git"
# at server machine
# at server machine
set
:passenger_restart_with_touch
,
true
set
:passenger_restart_with_touch
,
true
set
:puma_threads
,
[
4
,
16
]
#
set :puma_threads, [4,16]
# Default deploy_to directory is /var/www/my_app_name
# Default deploy_to directory is /var/www/my_app_name
set
:deploy_to
,
"/var/www/venjobs_app"
set
:deploy_to
,
"/var/www/venjobs_app"
...
...
config/environments/production.rb
View file @
a195f692
...
@@ -32,7 +32,7 @@ Rails.application.configure do
...
@@ -32,7 +32,7 @@ Rails.application.configure do
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com
'
config
.
action_controller
.
asset_host
=
'http://192.168.1.74
'
# Specifies the header that your server uses for sending files.
# Specifies the header that your server uses for sending files.
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
...
...
yarn.lock
0 → 100644
View file @
a195f692
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
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