This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
secrets.default.env
64 lines (51 loc) · 1.87 KB
/
secrets.default.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
################################
### mysql configuration ###
################################
MYSQL_ROOT_PASSWORD=root
MYSQL_USER=app
MYSQL_PASSWORD=app_pass
MYSQL_DATABASE=app_db
################################
### cake configuration ###
################################
# https://book.cakephp.org/3.0/en/development/configuration.html
# Development Mode:
# true: Errors and warnings shown.
DEBUG=true
# encoding - The encoding used for HTML + database connections.
APP_ENCODING=UTF-8
# The default locale for translation, formatting currencies and numbers, date and time.
APP_DEFAULT_LOCALE=en_US
# Security and encryption configuration
#
# - salt - A random string used in security hashing methods.
# The salt value is also used as the encryption key.
# You should treat it as extremely sensitive data.
#SECURITY_SALT=0123456789abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqr
# Configure the cache adapters
#CACHE_DEFAULT_URL=
# Configure the cache used for general framework caching.
# Translation cache files are stored with this configuration.
# Duration will be set to '+2 minutes' in bootstrap.php when debug = true
# If you set 'className' => 'Null' core cache will be disabled.
# CACHE_CAKECORE_URL=
# Configure the cache for model and datasource caches. This cache
# configuration is used to store schema descriptions, and table listings
# in connections.
# Duration will be set to '+2 minutes' in bootstrap.php when debug = true
# CACHE_CAKEMODEL_URL=
#EMAIL_TRANSPORT_DEFAULT_URL=
#DATABASE_URL=
#DATABASE_TEST_URL=
#LOG_DEBUG_URL=
#LOG_ERROR_URL=
################################
### PMA configuration ###
################################
PMA_ARBITRARY=1
################################
### apache configuration ###
################################
################################
### php configuration ###
################################