stevearc / pypicloud-docker

Docker image for pypicloud
MIT License
86 stars 34 forks source link

Variable not substituted in config file #5

Closed ghost closed 8 years ago

ghost commented 8 years ago

Using docker run -it --rm stevearc/pypicloud make-config to generate the config file leads to a config file with this line:

db.url = sqlite:///%(here)s/db.sqlite

I assume %(here)s should have been substituted?

stevearc commented 8 years ago

No, that variable should be interpolated at runtime by pserve.