We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f1747 commit b37fee2Copy full SHA for b37fee2
.gitignore
@@ -60,6 +60,7 @@ jspm_packages
60
61
# server configuration
62
config/
63
+!config/example.js
64
65
# pm2 process manifest
66
process.json
config/example.js
@@ -0,0 +1,13 @@
1
+module.exports = {
2
+ server: 'www.for.email.addresses',
3
+ db: {
4
+ url : `database`
5
+ },
6
+ mail: {
7
+ url: `smtps://email`
8
9
+ instagram: {
10
+ token: 'api'
11
12
+ secret: 'secret'
13
+}
0 commit comments