Where is the config? 配置保存在哪里? #488
qkqpttgf
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I do if I forgot admin password
如果我忘了管理密码怎么办
0, VPS or web hosting
config is in file
.data/config.php
.配置保存在文件
.data/config.php
中。1, Heroku
Click the
Settings
tag of the app in Heroku dashboard, clickReveal Config Vars
.在heroku的app里点
Settings
,然后点Reveal Config Vars
。2, Glitch
In edit page, click the
Tools
->Terminal
, inputcat .data/config.php
.在代码编辑页,点
Tools
->Terminal
,输入cat .data/config.php
。3, Vercel
config is in file
.data/config.php
.you can click
View code
onDeployments
page in Vercel Panel.配置保存在文件
.data/config.php
中。在Vercel后台面板的
Deployments
里面点击View code
。4, Replit
In edit page, input
curl $REPLIT_DB_URL/REPLIT_CONFIG
to Shell on the right.在代码编辑页的右边的Shell里,输入
curl $REPLIT_DB_URL/REPLIT_CONFIG
。5, SCF
点进去默认是
函数管理 下的 函数代码
代码编辑页,点旁边的函数配置
,下方有 环境配置--环境变量。如果是保存在代码中,那直接找到
.data/config.php
。6, FG
点进函数默认是代码页,点旁边的
配置
,底下有环境变量。如果是保存在代码中,那直接找到
.data/config.php
。7, FC
在函数配置的环境变量中。
8, CFC
在函数代码编辑页的底下有环境变量。
Beta Was this translation helpful? Give feedback.
All reactions