Simulation Core
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

config-local.json 126 B

1年前
123456789
  1. {
  2. "redis":{
  3. "address":"127.0.0.1",
  4. "port":6379,
  5. "password":"",
  6. "datakey":"data"
  7. },
  8. "logging":5
  9. }