env
This commit is contained in:
parent
47d5d8e5cb
commit
a0553c1bdb
21
firefly/.env
21
firefly/.env
@ -95,27 +95,8 @@ DB_SOCKET=
|
|||||||
# MySQL supports SSL. You can configure it here.
|
# MySQL supports SSL. You can configure it here.
|
||||||
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
|
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
|
||||||
MYSQL_USE_SSL=false
|
MYSQL_USE_SSL=false
|
||||||
MYSQL_SSL_VERIFY_SERVER_CERT=true
|
MYSQL_SSL_VERIFY_SERVER_CERT=false
|
||||||
# You need to set at least of these options
|
|
||||||
MYSQL_SSL_CAPATH=/etc/ssl/certs/
|
|
||||||
MYSQL_SSL_CA=
|
|
||||||
MYSQL_SSL_CERT=
|
|
||||||
MYSQL_SSL_KEY=
|
|
||||||
MYSQL_SSL_CIPHER=
|
|
||||||
|
|
||||||
# PostgreSQL supports SSL. You can configure it here.
|
|
||||||
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
|
|
||||||
PGSQL_SSL_MODE=prefer
|
|
||||||
PGSQL_SSL_ROOT_CERT=null
|
|
||||||
PGSQL_SSL_CERT=null
|
|
||||||
PGSQL_SSL_KEY=null
|
|
||||||
PGSQL_SSL_CRL_FILE=null
|
|
||||||
|
|
||||||
# For postgresql 15 and up, setting this to public will no longer work as expected, becasuse the
|
|
||||||
# 'public' schema is without grants. This can be worked around by having a super user grant those
|
|
||||||
# necessary privileges, but in security conscious setups that's not viable.
|
|
||||||
# You will need to set this to the schema you want to use.
|
|
||||||
PGSQL_SCHEMA=public
|
|
||||||
|
|
||||||
# If you're looking for performance improvements, you could install memcached or redis
|
# If you're looking for performance improvements, you could install memcached or redis
|
||||||
CACHE_DRIVER=file
|
CACHE_DRIVER=file
|
||||||
|
Loading…
Reference in New Issue
Block a user