bocks / fotos

0 stars 2 forks source link

Move Facebook App Id into Config Module #4

Closed taptapdan closed 8 years ago

taptapdan commented 8 years ago

I've moved the Facebook App Id into the Config module. If you need it, just do a import Config from './config'; and then you can refer to it by Config.FACEBOOK_APP_ID. Other variables can be put in here in the same way if we find the need.

Make sure to make a copy of the file and name it config.jsx and put your App Id in there.