-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy path.env
30 lines (24 loc) · 785 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# DotEnv file for All Environments
#
# It is added to the repo to provide most common and required ENV vars
# To demonstrate a full list of variables that we need for the application
#
# `config/credentials.yml.enc` and `/config/master.key` were deleted
# `Rails7. StartKit` does not rely on them for now
#
RAILS_VERSION=7.0.4.2
SECRET_KEY_BASE=MUST-BE-REPLACED-WITH-128-SYMBOL-LINE-d9998516c170ad1f807bbdeb7e915c8071cd186d58dd28c4da2ef490d63dfbe18199ddbbcc3b4c10e91f0a03d
APP_HOST=unknown
ENV_NAME=unknown
DATABASE_POOL=
DATABASE_HOST=psql
DATABASE_USER=postgres
DATABASE_NAME=rails7_default
DATABASE_PASSWORD=qwerty
RAILS_SERVE_STATIC_FILES=true
ADMIN_PASSWORD=qwerty123
REDIS_HOST=redis
REDIS_PORT=6379
ELASTIC_HOST=elastic
ELASTIC_PORT=9200