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 9560910 commit eaa081aCopy full SHA for eaa081a
1 file changed
templates/viewUI/__config_fcf.ejs
@@ -0,0 +1,13 @@
1
+
2
+ fcf: {
3
+ <% if (connectionType == 'port') { %>
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'
13
+ }
0 commit comments