Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module.exports = {
- "apps" : [
- {
- "args" : [ "runserver", "20002" ],
- "env" : {
- "DB_DATABASE" : "database",
- "DB_HOST" : "localhost",
- "DB_PASSWORD" : "password",
- "DB_PORT" : "3306",
- "DB_USER" : "user"
- },
- "name" : "timers.shandy-dev.ru",
- "script" : "manage.py"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment