This file contains 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
def something(stuff): | |
return stuff |
This file contains 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
name: Easy Peasy Bot | |
description: A simple node.js bot | |
avatar: avatar.png | |
config: | |
- name: APIAI_TOKEN | |
friendly_name: API.ai token | |
info: This is an secret option | |
type: secret | |
default: not secret though | |
global: true |
This file contains 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
description "uWSGI server instance configured to serve project" | |
start on runlevel [2345] | |
stop on runlevel [!2345] | |
setuid ubuntu | |
setgid www-data | |
script | |
set -a |