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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Settingstag 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 codeonDeploymentspage in Vercel Panel.配置保存在文件
.data/config.php中。在Vercel后台面板的
Deployments里面点击View code。4, Replit
In edit page, input
curl $REPLIT_DB_URL/REPLIT_CONFIGto 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