Skip to content

Configuration

Florian Bureau edited this page Jan 29, 2017 · 1 revision

Build ap-config.json :

{
    "appname": "YOURAPPNAME",
    "appkey": "YOURAPPKEY",
    "log_level": 1
}
  • appname : this is your appname (you get it when you create an app on backend.appspanel.com)
  • appkey : this is your appkey (you get it when you create an app on backend.appspanel.com)
  • log_level :
  • 0 : no log
  • 1 : error => what you want in production
  • 2 : error & info => what you want in development
  • 3 : error, info & debug

Clone this wiki locally