MrShandy

Untitled

Nov 18th, 2023
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. module.exports = {
  2. "apps" : [
  3. {
  4. "args" : [ "runserver", "20002" ],
  5. "env" : {
  6. "DB_DATABASE" : "database",
  7. "DB_HOST" : "localhost",
  8. "DB_PASSWORD" : "password",
  9. "DB_PORT" : "3306",
  10. "DB_USER" : "user"
  11. },
  12. "name" : "timers.shandy-dev.ru",
  13. "script" : "manage.py"
  14. }
  15. ]
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment