Skip to content

Commit b37fee2

Browse files
committed
add example config
1 parent 50f1747 commit b37fee2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jspm_packages
6060

6161
# server configuration
6262
config/
63+
!config/example.js
6364

6465
# pm2 process manifest
6566
process.json

config/example.js

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)