|
|
@@ -24,15 +24,15 @@ pg_restore -Fc -h 127.0.0.1 -p 5432 -U YOUR_ID -d YOUR_ID_mint < data.dump
|
|
|
|
|
|
## PHP 开发(以用户 xxx 为例)
|
|
|
|
|
|
-- `~/www/htdocs/info.php` => `https://YOUR_ID.spring.wikipali.org/info.php`
|
|
|
+- `~/www/htdocs/public/info.php` => `https://YOUR_ID.spring.wikipali.org/info.php`
|
|
|
- 日志文件在 `~/www/logs/`
|
|
|
- 其余参见[常见 PHP 设置](php/)
|
|
|
|
|
|
## 服务设置
|
|
|
|
|
|
-- PostgreSql 连接 `psql -h 127.0.0.1 -U xxx xxx_mint`
|
|
|
-- RabbitMQ 的 `virtual-host` 是`xxx-mint`
|
|
|
-- redis 的 namespace`xxx://YOUR_KEY`
|
|
|
+- PostgreSql 连接 `psql -h 127.0.0.1 -U YOUR_ID YOUR_ID_mint`
|
|
|
+- RabbitMQ 的 `virtual-host` 是`YOUR_ID-mint`
|
|
|
+- redis 的 namespace`YOUR_ID://KEY`
|
|
|
|
|
|
## VsCode 设置
|
|
|
|