Ghost with Caching
Hi everyone! ππΌ
I have been running Ghost CMS for a while now and discovered that I might need to enable caching to save money and up my page load time.
I am using the Railway's template which include Ghost + MySQL.
I have read the documentation on how to do it through different forums, and all of them seem to be talking about:
config.production.json
.
Where can I find this file or how can I map stuff to it? It seems like there are maps from the environmental variables to this file in the Railway template.Solution:Jump to solution
you can set config values via environment variables, you would need to reference ghost's docs on the syntax for that.
the template already uses this syntax for database info and mail info....
3 Replies
Project ID:
N/A
N/A
Solution
you can set config values via environment variables, you would need to reference ghost's docs on the syntax for that.
the template already uses this syntax for database info and mail info.