Closed dustywusty closed 9 years ago
rad. LGTM. there is some config that's required that hasn't been documented yet. you need to set the googlePlacesApiKey in config/local.js
, i.e.
'use strict';
module.exports = {
googlePlacesApiKey: '<your api key>'
};
I can make the config module pull in environment variables instead, if that would be the best way to configure secrets in Docker.
I added env variable support in f1cc2cb11facea466af27e490dd4a1ae84f540c5 , lmk if that helps or if you need anything else
gtg :+1:
Debian Jessie @ Node 0.10.36 + Makefile for building docker images