Extract config.js from common.js to make client setting file clean and also make upgrade easier
This commit is contained in:
10
public/js/config.js.example
Normal file
10
public/js/config.js.example
Normal file
@@ -0,0 +1,10 @@
|
||||
//config
|
||||
var domain = ''; // domain name
|
||||
var urlpath = ''; // sub url path, like: www.example.com/<urlpath>
|
||||
//settings
|
||||
var debug = false;
|
||||
|
||||
var GOOGLE_API_KEY = '';
|
||||
var GOOGLE_CLIENT_ID = '';
|
||||
|
||||
var DROPBOX_APP_KEY = '';
|
||||
Reference in New Issue
Block a user