mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 17:41:50 +01:00
Use .env instead of .env.dist
This commit is contained in:
15
.env.dist
15
.env.dist
@@ -1,15 +0,0 @@
|
|||||||
# -----------------------------------------------------------------------------
|
|
||||||
### Docker
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#
|
|
||||||
# All containers
|
|
||||||
#
|
|
||||||
DOCKER_CONTAINER_OWNER=meritoo
|
|
||||||
DOCKER_CONTAINER_PROJECT=common-library
|
|
||||||
|
|
||||||
#
|
|
||||||
# PHP configuration:
|
|
||||||
# - timezone
|
|
||||||
#
|
|
||||||
TIMEZONE=Europe/Warsaw
|
|
||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
Common and useful classes, methods, exceptions etc.
|
Common and useful classes, methods, exceptions etc.
|
||||||
|
|
||||||
|
# 1.0.6
|
||||||
|
|
||||||
|
1. Use `.env` instead of `.env.dist`
|
||||||
|
|
||||||
# 1.0.5
|
# 1.0.5
|
||||||
|
|
||||||
1. Collection > trait > return "void" where "self" causes type hinting problem and is not required
|
1. Collection > trait > return "void" where "self" causes type hinting problem and is not required
|
||||||
|
|||||||
Reference in New Issue
Block a user