15
15
16
16
# ##> symfony/framework-bundle ###
17
17
APP_ENV = dev
18
- APP_SECRET = 772ef243856f2699d6562b59f6124e63
18
+ APP_SECRET = d38c7c968a23be776f69cc8c470e09d0
19
19
# ##< symfony/framework-bundle ###
20
20
21
21
# ##> symfony/mailer ###
@@ -27,50 +27,10 @@ APP_SECRET=772ef243856f2699d6562b59f6124e63
27
27
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
28
28
#
29
29
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
30
- # DATABASE_URL="mysql://db_user:[email protected] :3306/db_name?serverVersion=5.7"
31
- DATABASE_URL = " postgresql://db_user:db_password @127.0.0.1:5432/db_name ?serverVersion=13&charset=utf8"
30
+ # DATABASE_URL="mysql://db_user:[email protected] :3306/db_name?serverVersion=5.7&charset=utf8mb4 "
31
+ DATABASE_URL = " postgresql://symfony:ChangeMe @127.0.0.1:5432/app ?serverVersion=13&charset=utf8"
32
32
# ##< doctrine/doctrine-bundle ###
33
33
34
- # ##> google/recaptcha ###
35
- # To use Google Recaptcha, you must register a site on Recaptcha's admin panel:
36
- # https://www.google.com/recaptcha/admin
37
- GOOGLE_RECAPTCHA_SITE_KEY =
38
- GOOGLE_RECAPTCHA_SECRET =
39
- # ##< google/recaptcha ###
40
-
41
- # ##> excelwebzone/recaptcha-bundle ###
42
- EWZ_RECAPTCHA_SITE_KEY =
43
- EWZ_RECAPTCHA_SECRET =
44
- # ##< excelwebzone/recaptcha-bundle ###
45
-
46
- # ##> nelmio/cors-bundle ###
47
- CORS_ALLOW_ORIGIN = ' ^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
48
- # ##< nelmio/cors-bundle ###
49
-
50
- # ##> symfony/swiftmailer-bundle ###
51
- # For Gmail as a transport, use: "gmail://username:password@localhost"
52
- # For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
53
- # Delivery is disabled by default via "null://localhost"
54
- MAILER_URL = null://localhost
55
- # ##< symfony/swiftmailer-bundle ###
56
-
57
- # ##> lexik/jwt-authentication-bundle ###
58
- JWT_SECRET_KEY = %kernel.project_dir%/config/jwt/private.pem
59
- JWT_PUBLIC_KEY = %kernel.project_dir%/config/jwt/public.pem
60
- JWT_PASSPHRASE = e6f7c4674b3d8a1a98774ac85d3b3d93
61
- # ##< lexik/jwt-authentication-bundle ###
62
-
63
- # ##> symfony/lock ###
64
- # Choose one of the stores below
65
- # postgresql+advisory://db_user:db_password@localhost/db_name
66
- LOCK_DSN = semaphore
67
- # ##< symfony/lock ###
68
-
69
- # ##> nelmio/solarium-bundle ###
70
- SOLR_HOST = localhost
71
- SOLR_CORE = example
72
- # ##< nelmio/solarium-bundle ###
73
-
74
34
# ##> ibexa/oss ###
75
35
SEARCH_ENGINE = legacy
76
36
# Uncomment following line if you want to change the purge type.
@@ -80,15 +40,17 @@ SEARCH_ENGINE=legacy
80
40
HTTPCACHE_DEFAULT_TTL = 86400
81
41
HTTPCACHE_PURGE_SERVER = http://localhost:80
82
42
HTTPCACHE_VARNISH_INVALIDATE_TOKEN =
43
+ # Uncomment following line if you want to enable translation-aware behavior for HTTP cache.
44
+ # HTTPCACHE_TRANSLATION_AWARE_ENABLED=true
83
45
CACHE_POOL = cache.tagaware.filesystem
84
- # When using redis or memcached adapters , you can configure it using DSN:
46
+ # When using Redis or memcached adapter , you can configure it using DSN:
85
47
# - https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection
86
48
# - https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection
87
49
CACHE_DSN = localhost
88
50
CACHE_NAMESPACE = ezp
89
51
DATABASE_CHARSET = utf8mb4
90
52
DATABASE_COLLATION = utf8mb4_unicode_520_ci
91
- # Needed by Doctrine Bundle / ORM to avoid it opening connection during situations where there is no service yet.
53
+ # Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet.
92
54
# See: https://symfony.com/doc/current/reference/configuration/doctrine.html#doctrine-dbal-configuration
93
55
DATABASE_VERSION = mariadb-10.3.0
94
56
SESSION_HANDLER_ID = session.handler.native_file
@@ -106,15 +68,17 @@ SEARCH_ENGINE=legacy
106
68
HTTPCACHE_DEFAULT_TTL = 86400
107
69
HTTPCACHE_PURGE_SERVER = http://localhost:80
108
70
HTTPCACHE_VARNISH_INVALIDATE_TOKEN =
71
+ # Uncomment following line if you want to enable translation-aware behavior for HTTP cache.
72
+ # HTTPCACHE_TRANSLATION_AWARE_ENABLED=true
109
73
CACHE_POOL = cache.tagaware.filesystem
110
- # When using redis or memcached adapters , you can configure it using DSN:
74
+ # When using Redis or memcached adapter , you can configure it using DSN:
111
75
# - https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection
112
76
# - https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection
113
77
CACHE_DSN = localhost
114
78
CACHE_NAMESPACE = ezp
115
79
DATABASE_CHARSET = utf8mb4
116
80
DATABASE_COLLATION = utf8mb4_unicode_520_ci
117
- # Needed by Doctrine Bundle / ORM to avoid it opening connection during situations where there is no service yet.
81
+ # Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet.
118
82
# See: https://symfony.com/doc/current/reference/configuration/doctrine.html#doctrine-dbal-configuration
119
83
DATABASE_VERSION = mariadb-10.3.0
120
84
SESSION_HANDLER_ID = session.handler.native_file
@@ -135,7 +99,7 @@ SISO_SEARCH_SOLR_CORE=collection1
135
99
# Do not add 'solr' to the path. It is automatically added by SolariumBundle
136
100
SISO_SEARCH_SOLR_PATH =
137
101
# SolariumBundle Solr DSN configuration
138
- # Note that /solr suffix will be appended autmatically to eZ Platform Solr Search Engine Bundle configuration
102
+ # Note that the /solr suffix will be appended automatically to eZ Platform Solr Search Engine Bundle configuration
139
103
SOLR_DSN = http://${ SISO_SEARCH_SOLR_HOST } :${ SISO_SEARCH_SOLR_PORT } ${ SISO_SEARCH_SOLR_PATH }
140
104
JMS_PAYMENT_SECRET = def00000706ea7318427e72fcea2c8ceb86773a4310e35119c48e3029196acfead1ba8cc898f48d1ef9cb3f7ebe191ab46eaf67ec94a2b6bd17c079ac7277de0175b9e3e
141
105
# ##< ibexa/content ###
@@ -149,15 +113,17 @@ SEARCH_ENGINE=legacy
149
113
HTTPCACHE_DEFAULT_TTL = 86400
150
114
HTTPCACHE_PURGE_SERVER = http://localhost:80
151
115
HTTPCACHE_VARNISH_INVALIDATE_TOKEN =
116
+ # Uncomment following line if you want to enable translation-aware behavior for HTTP cache.
117
+ # HTTPCACHE_TRANSLATION_AWARE_ENABLED=true
152
118
CACHE_POOL = cache.tagaware.filesystem
153
- # When using redis or memcached adapters , you can configure it using DSN:
119
+ # When using Redis or memcached adapter , you can configure it using DSN:
154
120
# - https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection
155
121
# - https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection
156
122
CACHE_DSN = localhost
157
123
CACHE_NAMESPACE = ezp
158
124
DATABASE_CHARSET = utf8mb4
159
125
DATABASE_COLLATION = utf8mb4_unicode_520_ci
160
- # Needed by Doctrine Bundle / ORM to avoid it opening connection during situations where there is no service yet.
126
+ # Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet.
161
127
# See: https://symfony.com/doc/current/reference/configuration/doctrine.html#doctrine-dbal-configuration
162
128
DATABASE_VERSION = mariadb-10.3.0
163
129
SESSION_HANDLER_ID = session.handler.native_file
@@ -177,7 +143,47 @@ SISO_SEARCH_SOLR_CORE=collection1
177
143
# Do not add 'solr' to the path. It is automatically added by SolariumBundle
178
144
SISO_SEARCH_SOLR_PATH =
179
145
# SolariumBundle Solr DSN configuration
180
- # Note that /solr suffix will be appended autmatically to eZ Platform Solr Search Engine Bundle configuration
146
+ # Note that the /solr suffix will be appended automatically to eZ Platform Solr Search Engine Bundle configuration
181
147
SOLR_DSN = http://${ SISO_SEARCH_SOLR_HOST } :${ SISO_SEARCH_SOLR_PORT } ${ SISO_SEARCH_SOLR_PATH }
182
148
JMS_PAYMENT_SECRET = def00000706ea7318427e72fcea2c8ceb86773a4310e35119c48e3029196acfead1ba8cc898f48d1ef9cb3f7ebe191ab46eaf67ec94a2b6bd17c079ac7277de0175b9e3e
183
149
# ##< ibexa/experience ###
150
+
151
+ # ##> google/recaptcha ###
152
+ # To use Google Recaptcha, you must register a site on Recaptcha's admin panel:
153
+ # https://www.google.com/recaptcha/admin
154
+ GOOGLE_RECAPTCHA_SITE_KEY =
155
+ GOOGLE_RECAPTCHA_SECRET =
156
+ # ##< google/recaptcha ###
157
+
158
+ # ##> excelwebzone/recaptcha-bundle ###
159
+ EWZ_RECAPTCHA_SITE_KEY =
160
+ EWZ_RECAPTCHA_SECRET =
161
+ # ##< excelwebzone/recaptcha-bundle ###
162
+
163
+ # ##> nelmio/cors-bundle ###
164
+ CORS_ALLOW_ORIGIN = ' ^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
165
+ # ##< nelmio/cors-bundle ###
166
+
167
+ # ##> symfony/swiftmailer-bundle ###
168
+ # For Gmail as a transport, use: "gmail://username:password@localhost"
169
+ # For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
170
+ # Delivery is disabled by default via "null://localhost"
171
+ MAILER_URL = null://localhost
172
+ # ##< symfony/swiftmailer-bundle ###
173
+
174
+ # ##> lexik/jwt-authentication-bundle ###
175
+ JWT_SECRET_KEY = %kernel.project_dir%/config/jwt/private.pem
176
+ JWT_PUBLIC_KEY = %kernel.project_dir%/config/jwt/public.pem
177
+ JWT_PASSPHRASE = 9e36a8950a71c5a5873b69a41260d73d
178
+ # ##< lexik/jwt-authentication-bundle ###
179
+
180
+ # ##> symfony/lock ###
181
+ # Choose one of the stores below
182
+ # postgresql+advisory://db_user:db_password@localhost/db_name
183
+ LOCK_DSN = semaphore
184
+ # ##< symfony/lock ###
185
+
186
+ # ##> nelmio/solarium-bundle ###
187
+ SOLR_HOST = localhost
188
+ SOLR_CORE = example
189
+ # ##< nelmio/solarium-bundle ###
0 commit comments