Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions basics/installation/advanced/install-from-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ This command, by default, will display the various available options:
| `prefix` | Prefix of table names | ps\_ | _string_ |
| `engine` | Engine for MySQL | InnoDB | InnoDB, MyISAM |
| `name` | Name of the shop | PrestaShop | _string_ |
| `activity` | Default activity of the shop | 0 | Id of an activity ([Complete list of activities][activities]) |
| `country` | Country of the shop | fr | 2 letters Alpha-2 code of ISO-3166 list([ISO-3166][iso-3166]) |
| `firstname` | Admin user firstname | John | _string_ |
| `lastname` | Admin user lastname | Doe | _string_ |
Expand Down Expand Up @@ -109,5 +108,4 @@ If your MySQL server is configured on a different port than `3306`, please speci

[iso-639-1]: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
[tz-database]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
[activities]: https://github.com/PrestaShop/PrestaShop/blob/8.0.x/src/PrestaShopBundle/Form/Admin/Configure/ShopParameters/General/PreferencesType.php#L211-L230
[iso-3166]: https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes
1 change: 0 additions & 1 deletion development/configuration/list-of-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ The following settings are set up in `ps_configuration` by default when install
| PS_SHIPPING_FREE_WEIGHT | | |
| PS_SHIPPING_HANDLING | | |
| PS_SHIPPING_METHOD | | |
| PS_SHOP_ACTIVITY | | |
| PS_SHOP_DEFAULT | | |
| PS_SHOP_DOMAIN | | |
| PS_SHOP_DOMAIN_SSL | | |
Expand Down