Skip to content

Commit

Permalink
Merge pull request #361 from yguedidi/rename-root_dir-to-project_dir
Browse files Browse the repository at this point in the history
Rename root_dir to project_dir
  • Loading branch information
nicosomb authored Aug 14, 2023
2 parents d6ce0ce + 624616c commit abb6a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/wallabag/parameters.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parameters:
database_name: ${SYMFONY__ENV__DATABASE_NAME:-symfony}
database_user: ${SYMFONY__ENV__DATABASE_USER:-root}
database_password: ${SYMFONY__ENV__DATABASE_PASSWORD:-~}
database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
database_path: "%kernel.project_dir%/data/db/wallabag.sqlite"
database_table_prefix: ${SYMFONY__ENV__DATABASE_TABLE_PREFIX:-wallabag_}
database_socket: null
database_charset: ${SYMFONY__ENV__DATABASE_CHARSET:-utf8}
Expand Down

0 comments on commit abb6a98

Please sign in to comment.