Codebase list tmuxp / HEAD examples / session-environment.yaml
HEAD

Tree @HEAD (Download .tar.gz)

session-environment.yaml @HEADraw · history · blame

1
2
3
4
5
6
7
8
9
session_name: Environment variables test
environment:
  EDITOR: /usr/bin/vim
  DJANGO_SETTINGS_MODULE: my_app.settings.local
  SERVER_PORT: "8009"
windows:
  - window_name: Django project
    panes:
      - ./manage.py runserver 0.0.0.0:${SERVER_PORT}