/srv/www/pushmessaging-api/current # gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.8.23.2
- RUBY VERSION: 1.9.3 (2014-11-13 patchlevel 551) [x86_64-linux]
- INSTALLATION DIRECTORY: /usr/local/bundle
- RUBY EXECUTABLE: /usr/local/bin/ruby
- EXECUTABLE DIRECTORY: /usr/local/bundle/bin
- RUBYGEMS PLATFORMS:
Cần cung cấp thông tin tenantId và token để lây data, để lấy các tham số đó liện hệ qua hello@faciot.com hoặc fcduythien@gmail.com
http://api.faciot.com/v1/data_devices?tenantId=xxx&token=xxxx
Gửi data theo phương thức POST http://api.faciot.com/v1/data_devices/new?tenantId=xxxx&token=xxxxx
{
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ kubectl config view | |
| apiVersion: v1 | |
| clusters: | |
| - cluster: | |
| certificate-authority-data: REDACTED | |
| server: https://192.168.10.64:6443 | |
| name: kubernetes | |
| contexts: | |
| - context: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.3' | |
| services: | |
| db: | |
| image: mysql:5.7 | |
| volumes: | |
| - db_data:/var/lib/mysql | |
| restart: always | |
| environment: | |
| MYSQL_ROOT_PASSWORD: somewordpress |
OlderNewer