mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +03:00
16 lines
304 B
Plaintext
16 lines
304 B
Plaintext
# OpenCart Database connection values
|
|
OC_DB_HOSTNAME=host
|
|
OC_DB_USERNAME=user
|
|
OC_DB_PASSWORD=pass
|
|
OC_DB_DATABASE=database
|
|
OC_DB_DRIVER=mysqli
|
|
|
|
# OpenCart Administration user
|
|
OC_USERNAME=admin
|
|
OC_PASSWORD=admin
|
|
OC_EMAIL=you@example.com
|
|
|
|
# Server Specification
|
|
SERVER_PORT=8000
|
|
SERVER_URL=http://localhost
|