-
Notifications
You must be signed in to change notification settings - Fork 29
/
project.properties
44 lines (44 loc) · 1.4 KB
/
project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## mysql
mysql.driver=com.mysql.cj.jdbc.Driver
mysql.url=jdbc:mysql://192.168.99.100:3306/kotlin_cn?useUnicode=true&characterEncoding=utf8
mysql.username=kotlin
mysql.password=kotlin_cn
## redis cluster
redis.cluster.1=127.0.0.1:7000
redis.cluster.2=127.0.0.1:7001
redis.cluster.3=127.0.0.1:7002
redis.cluster.4=127.0.0.1:7003
redis.cluster.5=127.0.0.1:7004
redis.cluster.6=127.0.0.1:7005
#etcd
etcd.host=http://localhost:2379
## account
account.jwt.token=cBfMqETo9juFGUdh5VveztY4HCxbSg7O
account.jwt.expire=2592000000
account.pwd.salt=9qHDpd0ywUkZ1XGCnILOfETbzc2Ri5SF
admin.init.username=root
admin.init.email=system@kotlin-cn.com
admin.init.password=rootroot
## github oauth
github.jwt.token=tHs9IKWPX0A6p2N8uzgwrUvGldTQFVcY
github.jwt.expire=2592000000
github.state.expire=3600000
github.auth.host=https://github.com/login/oauth/access_token
github.auth.client.id=4515da98f829c9feb99f
github.auth.client.secret=c732174f0d154f1e011b3627af1527bcea982642
github.user.url=https://api.github.com/user
## email
mail.smtp.auth=true
mail.smtp.host=smtp.kotlin-cn.org
mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.port=465
mail.smtp.port=465
mail.user=system@kotlin-cn.org
mail.password=
#qiniu
file.qiniu.access.key=OgG_Ffl89u5bO5F2-7JyuXGqNIQByXvULS-kqlfx
file.qiniu.access.secret=
file.qiniu.bucket=kotlin-cn
## deploy
deploy.broadcast.host=192.168.1.255
deploy.frontend.host=http://debug.kotlin-cn.org