Skip to content

Inject environment variables to Application object #12

@k4ml

Description

@k4ml

Is it possible ? Something like:-

"shopping_cart": {
             "type": "python",
             "workers": 10,
             "path": "/www/store/cart",
             "module": "wsgi",
             "user": "www",
             "group": "www"
             "env_vars": {
                  "DB_HOST": "localhost:3306",
                  "DB_USER": "app",
                  "DB_PASS": "xxxx"
              }
            },

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions