forked from netgen/media-site-legacy
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.dist
More file actions
17 lines (16 loc) · 724 Bytes
/
.env.local.dist
File metadata and controls
17 lines (16 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This is a boostrap environment file for Netgen's Local Development Setup
# For more information see https://github.com/netgen/local-development-setup
#
# You will first need to create "local" server configuration (will not be versioned) in:
#
# - config/app/server/local.yaml
# - config/app/server/local/*
#
# You can use existing "dev" server configuration as a starting point.
#
# Then, copy this file to ".env.local" (also won't be versioned), adapt the database name
# as per your installation and add the environment variables as needed.
SERVER_ENVIRONMENT=local
DATABASE_URL="mysql://admin:admin@127.0.0.1:3306/mediasite?serverVersion=8&charset=utf8mb4"
MAILER_DSN="smtp://0.0.0.0:1025"
IMAGEMAGICK_PATH="/usr/bin"