Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaa081a

Browse files
committed
Add afcf template
1 parent 9560910 commit eaa081a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

templates/viewUI/__config_fcf.ejs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)