text Helpers Repo ENV文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Helpers Repo ENV文件相关的知识,希望对你有一定的参考价值。

# The environment Craft is currently running in ('dev', 'staging', 'production', etc.)
ENVIRONMENT="local"

# The secure key Craft will use for hashing and encrypting data
SECURITY_KEY="fyVmzbuZE6x11ZqzLrwjTemuMRSzh6HQ"

# The database driver that will be used ('mysql' or 'pgsql')
DB_DRIVER="mysql"

# The database server name or IP address (usually this is 'localhost' or '127.0.0.1')
DB_SERVER="localhost"

# The database username to connect with
DB_USER="root"

# The database password to connect with
DB_PASSWORD="root"

# The name of the database to select
DB_DATABASE="helpers"

# The database schema that will be used (PostgreSQL only)
DB_SCHEMA="public"

# The prefix that should be added to generated table names (only necessary if multiple things are sharing the same database)
DB_TABLE_PREFIX=""

# The port to connect to the database with. Will default to 5432 for PostgreSQL and 3306 for MySQL.
DB_PORT="3306"

DEFAULT_SITE_URL="http://local.helpers.test"

# URL for serving CSS and JS
ASSETS_URL="http://localhost:3000/_compiled"

ADMIN_URL="admin"

# URL to template images
IMAGES_URL="/images"

# local URL to image uploads
LOCAL_ASSETS_PATH="@webroot/images"

以上是关于text Helpers Repo ENV文件的主要内容,如果未能解决你的问题,请参考以下文章

Github repo 如何在没有 .env 文件的情况下使用 AWS laravel 弹性 beanstalk 环境变量

关于Lumen / Laravel .env 文件中的环境变量是如何生效的

在詹金斯作业中使用 git repo 名称作为 ENV 变量

text 在repo的TortoiseHG打开文件夹

text 错误:找不到Python可执行文件“python”,可以设置PYTHON env变量

没有 .env 文件的命令行生产中的 Laravel 和环境变量