mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-11-27 08:40:53 +02:00
14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
#table names have to image, regular expression format
|
|
INCLUDE_TABLES=
|
|
|
|
#table names have to not image, regular expression format
|
|
EXCLUDE_TABLES=
|
|
|
|
#database credentials
|
|
DB_HOST=
|
|
DB_NAME=
|
|
DB_SCHEME=
|
|
DB_PORT=
|
|
DB_USER=
|
|
DB_PASSWORD=
|