ERROR418 commited on
Commit
8c58ee6
·
verified ·
1 Parent(s): 2a27152

Create data/config.json

Browse files
Files changed (1) hide show
  1. data/config.json +19 -0
data/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "force": true,
3
+ "site_url": "",
4
+ "cdn": "",
5
+ "jwt_secret": "random_generated",
6
+ "token_expires_in": 48,
7
+ "database": {
8
+ "type": "sqlite3",
9
+ "host": "",
10
+ "port": 0,
11
+ "user": "",
12
+ "password": "",
13
+ "name": "",
14
+ "db_file": "/home/user/data/data.db",
15
+ "table_prefix": "x_",
16
+ "ssl_mode": "",
17
+ "dsn": ""
18
+ }
19
+ }