Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PaaSage
deployment_scripts
Commits
1340ef5d
Commit
1340ef5d
authored
Jun 17, 2016
by
Daniel Baur
Browse files
added log configuration parameter for colosseum
parent
5c8e8048
Changes
2
Hide whitespace changes
Inline
Side-by-side
site-cookbooks/deploy-play/recipes/default.rb
View file @
1340ef5d
...
...
@@ -115,6 +115,8 @@ template "#{config_dir}/prod.conf" do
owner
install_user
group
install_user
variables
({
:configDir
=>
config_dir
,
:appName
=>
application_name
,
:applicationSecretKey
=>
node
[
'play_app'
][
'application_secret_key'
],
:dbDriver
=>
'org.mariadb.jdbc.Driver'
,
:dbUrl
=>
"
#{
database_url
}
"
,
...
...
site-cookbooks/deploy-play/templates/default/application.conf.erb
View file @
1340ef5d
...
...
@@ -13,14 +13,4 @@ application.secret="<%=@applicationSecretKey%>"
db.default.driver=
<%=
@dbDriver
%>
db.default.url="
<%=
@dbUrl
%>
"
# Cloudify
# ~~~~~
#
# Cloudify Path
cloudify.path = "
<%=
@cloudify
%>
"
#
# Cloudify Temp
cloudify.temp = "/tmp"
#
# Safe Files
cloudify.safe = true
colosseum.log.colosseumLogPath = "
<%=
@configDir
%>
/
<%=
@appName
%>
.log"
Write
Preview
Supports
Markdown
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