Created
December 23, 2011 22:08
-
-
Save dodyw/1515494 to your computer and use it in GitHub Desktop.
WpApp configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var config = { | |
| /**************** app setting ****************/ | |
| // wordpress url | |
| "BLOG_URL" : "http://www.dodyrw.com/wpappdemo/", | |
| // webmaster email | |
| "WEBMASTER_EMAIL" : "[email protected]", | |
| // json data feed option | |
| "JSON_POST_COUNT" : "10", | |
| "JSON_API_KEY" : "wpappdemo", | |
| /**************** optional ****************/ | |
| // admob | |
| "ADMOB_PUBLISHER_ID" : "a14ee85c1fefe38", | |
| "ADMOB_BGCOLOR" : "#fff", | |
| "ADMOB_GENDER" : "", | |
| "ADMOB_KEYWORD" : "", | |
| "FIX_IMG_POST" : "1", | |
| "FORCE_RELOAD_TIME" : "1800 seconds", // do not refresh automatically during this time | |
| // blog post tableview | |
| "DEFAULT_IMAGE" : "imgs/default.png", | |
| // use only one skin, put comment on the other selections | |
| // "SKIN" : "blue", | |
| // "SKIN" : "red", | |
| // "SKIN" : "cloud", | |
| // "SKIN" : "brown", | |
| // "SKIN" : "magen", | |
| // "SKIN" : "orange", | |
| // "SKIN" : "silver", | |
| // "SKIN" : "green", | |
| // "SKIN" : "silvercloud", | |
| // "SKIN" : "blueblue", | |
| // "SKIN" : "black", | |
| // "SKIN" : "redlight", | |
| // "SKIN" : "bluedark", | |
| // "SKIN" : "magencyan", | |
| "SKIN" : "redblack", | |
| // "SKIN" : "greenlight", | |
| // "SKIN" : "orenjiblack", | |
| // "SKIN" : "brownlight", | |
| // "SKIN" : "bluenext", | |
| // "SKIN" : "blacklight", | |
| "DB_NAME" : "WpAppDB" | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment