Browse Source

some fixes

master
Evgeniy Ierusalimov 1 year ago
parent
commit
d479236463
2 changed files with 5 additions and 1 deletions
  1. 1
    1
      .env
  2. 4
    0
      README.md

+ 1
- 1
.env View File

@@ -22,7 +22,7 @@ APP_SECRET=433b91b597b7ee4854b62c68fd2f5174
22 22
 ##
23 23
 IMAP_PATH=
24 24
 IMAP_USERNAME=
25
-IMAP_STORE_ATTACHMENTS_DIR="%kernel.project_dir%/var/imap/attachments"
25
+IMAP_STORE_ATTACHMENTS_DIR=var/imap/attachments
26 26
 
27 27
 ###> doctrine/doctrine-bundle ###
28 28
 # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url

+ 4
- 0
README.md View File

@@ -0,0 +1,4 @@
1
+**FinFollowBCS**
2
+
3
+do not forget to remove `var/imap/attachments/*.bin` files after
4
+

Loading…
Cancel
Save