Untitled

 avatar
unknown
plain_text
2 months ago
853 B
11
No Index
> {
>   "url": "xxxxx",
>   "server": {
>     "port": xxxxx,
>     "host": "127.0.0.1"
>   },
>   "database": {
>     "client": "xxxx",
>     "connection": {
>       "host": "xxxx",
>       "user": "xxxx",
>       "password": "xxxxx",
>       "database": "xxxxx"
>     }
>   },
>   "mail": {
>     "transport": "Direct"
>   },
>   "logging": {
>     "transports": [
>       "file",
>       "stdout"
>     ]
>   },
>   "process": "systemd",
>   "paths": {
>     "contentPath": "xxxxx/ghost/content"
>   },
>   "contentSecurityPolicy": {
>     "default-src": "'self'",
>     "script-src": "'self' 'unsafe-inline' 'unsafe-eval' https://www.googletagmanager.com",
>     "style-src": "'self' 'unsafe-inline' https://fonts.googleapis.com",
>     "font-src": "'self' https://fonts.gstatic.com",
>     "img-src": "'self' https://images.unsplash.com"
>   }
> }

Editor is loading...
Leave a Comment