123456789101112131415161718 |
- {
- "logs": "storage/logs/luticate.log",
- "websocket": {
- "address": "0.0.0.0",
- "port": 8180
- },
- "databases": [
- {
- "name": "luticatedb", "driver": "pgsql",
- "host": "localhost", "port": "5432", "database": "luticate",
- "username": "luticate", "password": "password"
- }
- ],
- "settings": {
- "MCRYPT_KEY": "ffffffffffffffffffffffff",
- "JWT_KEY": "ffffffffffffffffffffffffffffffffffffffff"
- }
- }
|