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
| package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| "github.com/ethereum/go-ethereum/ethclient" | |
| "github.com/gin-gonic/gin" | |
| "github.com/wealdtech/go-ens/v3" | |
| ) |
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
| <match fluent.**> | |
| @type null | |
| </match> | |
| <source> | |
| @type tail | |
| enable_stat_watcher false | |
| label recipe_import_logs | |
| path /var/log/containers/recipe-import* | |
| pos_file /var/log/fluentd-containers.log.pos |
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
| from flanker.addresslib import address | |
| import sys | |
| if(len(sys.argv)>1): | |
| filename="_validated"+sys.argv[1] | |
| opo = open(filename, 'w') | |
| with open(sys.argv[1]) as f: | |
| emails = f.readlines() | |
| for email in emails: | |
| clean_email=email.strip().replace(',','') |
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
| sudo chown -R $USER:www-data . | |
| sudo chmod -R ug+rwx storage bootstrap/cache | |
| Storange contains logs and stuff. |
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
| APP_ENV=local | |
| APP_DEBUG=true | |
| APP_KEY=q8fDNIXr2byJyVdhmR3ZyjndF0EhTSbb | |
| DB_HOST=localhost | |
| DB_DATABASE=crmi | |
| DB_USERNAME=root | |
| DB_PASSWORD=your_password | |
| CACHE_DRIVER=file |
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
| b la k |