Updating env template
This commit is contained in:
parent
1d1f7735a0
commit
87f5659793
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ PUBLIC_FILESYSTEM_DISK={{ snipeit_config_public_filesystem_disk }}
|
|||
DB_CONNECTION={{ snipeit_config_db_connection }}
|
||||
DB_HOST={{ snipeit_config_db_host }}
|
||||
DB_PORT={{ snipeit_config_db_port }}
|
||||
DB_DATABASE={{ snipeit_config_db_database }}
|
||||
DB_USERNAME={{ snipeit_config_db_username }}
|
||||
DB_PASSWORD={{ snipeit_config_db_password }}
|
||||
DB_DATABASE="{{ snipeit_config_db_database }}"
|
||||
DB_USERNAME="{{ snipeit_config_db_username }}"
|
||||
DB_PASSWORD="{{ snipeit_config_db_password }}"
|
||||
DB_PREFIX={{ snipeit_config_db_prefix }}
|
||||
DB_DUMP_PATH='{{ snipeit_config_db_dump_path }}'
|
||||
DB_CHARSET={{ snipeit_config_db_charset }}
|
||||
|
|
Loading…
Reference in a new issue