· 5 years ago · Jul 21, 2020, 07:28 AM
1# This file is a "template" of what your parameters.yml file should look like
2# Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.
3# http://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
4parameters:
5 dev: true
6 selino_url: ~
7 opengift_url: ~
8
9 #reflect_os
10 database_host: 127.0.0.1
11 database_port: ~
12 database_name: reflect_os
13 database_user: root
14 database_password: siemka10
15
16 #openwear
17 database_host2: 127.0.0.1
18 database_port2: ~
19 database_name2: symfony
20 database_user2: root
21 database_password2: ~
22
23 #opengift
24 database_host3: 127.0.0.1
25 database_port3: ~
26 database_name3: symfony
27 database_user3: root
28 database_password3: ~
29
30 #seliono CMS
31 database_host4: 127.0.0.1
32 database_port4: ~
33 database_name4: symfony
34 database_user4: root
35 database_password4: ~
36
37 # You should uncomment this if you want use pdo_sqlite
38 # database_path: "%kernel.root_dir%/data.db3"
39 mailer_port: 587
40 mailer_transport: smtp
41 mailer_host: 127.0.0.1
42 mailer_user: ~
43 mailer_password: ~
44 mailer_from_mail: system@reflectos.pl
45 mailer_developers: ["damian.szczerbinski@as4you.pl"]
46 mailer_sandbox: true
47
48 # PayU API
49 payu: ~
50 payu_id: 0
51 payu_signature: ~
52 payu_algorithm: "SHA256"
53 payu_sandbox: true
54
55 # iFirma API
56 ifirma: ~
57 ifirma_login: ~
58 ifirma_klucz_faktura: ~
59 ifirma_klucz_abonent: ~
60 ifirma_klucz_rachunek: ~
61 ifirma_klucz_wydatek: ~
62
63 # L-Shop
64 lshop_sandbox: false # sandbox mode
65
66 # A secret key that's used to generate certain security-related tokens
67 secret: ThisTokenIsNotSoSecretChangeIt
68 paypal: ~
69 gusapi_klucz: ~
70 gusapi_sandbox: ~
71 lshop: ~
72 ftp: ~
73 falk: ~
74 tpay:
75 eprzelew:
76 login: ~
77 klucz: ~
78 password: ~
79 secret: ~
80 etransfer:
81 login: ~
82 klucz: ~
83 password: ~
84 secret: ~
85
86 smsapi:
87 login: ~
88 password: ~