parent
76c27c703c
commit
736399cf15
29 changed files with 25 additions and 30 deletions
@ -1,18 +0,0 @@ |
||||
################ |
||||
### DATABASE ### |
||||
################ |
||||
## Look at the url below to create a database URL |
||||
## https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url |
||||
|
||||
## Mysql sample |
||||
DATABASE="mysql://root:letmein@localhost:3306/webcron?charset=UTF8" |
||||
## Sqlite sample |
||||
DATABASE="sqlite://storage/database.sqlite" |
||||
|
||||
############### |
||||
### SECRETS ### |
||||
############### |
||||
|
||||
## This secret value is used to encrypt secret values (eg. ssh-keys, http-auth passwords, etc) |
||||
## You should consider your already stored secret values lost when changing this value. |
||||
SECRET=ImNotThatSecretSoPleaseChangeMe0123456789 |
@ -1,6 +1,6 @@ |
||||
cache/* |
||||
!cache/.gitkeep |
||||
nbproject/private/ |
||||
vendor/ |
||||
config.inc.php |
||||
webcron.old/config.inc.php |
||||
\.idea/ |
||||
.env |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
Loading…
Reference in new issue