1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-22 00:36:41 +02:00
crud_generator/.env_example
Nikitin Aleksandr b7446dc946 новый
2023-09-28 17:45:44 +03:00

17 lines
296 B
Plaintext

#filename file to create with .graphml extension
FILENAME_GRAPHML=
#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=