Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5357a6 commit 25589deCopy full SHA for 25589de
1 file changed
templates/__config_fcf.ejs
@@ -1,13 +1,9 @@
1
2
- fcf: {
3
- <% if (connectionType == 'port') { %>
+ fcf: {
4
host: '<%= host %>',
5
- port: <%= port %>,<% }
6
- else { %>
7
- socketPath: '<%= socketPath %>',<%
8
- } %>
9
- user: '<%= user %>',
10
- password: '<%= password %>',
11
- database: '<%= database %>',
12
- module: 'sails-mysql'
+ port: <%= port %>,
+ user: '<%= user %>',
+ password: '<%= password %>',
+ database: '<%= database %>',
+ module: 'sails-mysql'
13
}
0 commit comments