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
| if file .vimrc does not exists: | |
| touch ~/.vimrc | |
| echo "set mouse-=a" > ~/.vimrc | |
| source ~/.vimrc | |
| else: | |
| vim ~/.vimrc: set mouse-=a | |
| source ~/.vimrc |
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
| { | |
| "id": 123, | |
| "page_count": 416, | |
| "status": "PUBLISHED", | |
| "links": [ | |
| { | |
| "rel": "author", | |
| "href": "https://localhost/authors/3", | |
| "action": "GET", | |
| "types": [ |
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
| LOGGING_QUIET=true | |
| SERVER_NAME=kibana-compose | |
| ELASTICSEARCH_HOSTS=http://localhost:9200/ | |
| ELASTICSEARCH_USERNAME=elastic | |
| ELASTICSEARCH_PASSWORD=password |