forked from ndoulgeridis/ofbiz-erp
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env
67 lines (54 loc) · 4.19 KB
/
.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# File: ./.env
# Summary: Default environment variables.
# License: MIT License
# Company: Blockfreight, Inc.
# Author: Julian Smith <[email protected]>, Gian Felipe <[email protected]>
# Site: https://blockfreight.com
# Support: <[email protected]>
# Blockfreight, Inc. - OFBiz (ERP) Docker Image
# Copyright © 2018 Blockfreight, Inc. All Rights Reserved.
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# =================================================================================================================================================
# =================================================================================================================================================
# BBBBBBBBBBBb lll kkk ffff iii hhh ttt
# BBBB``````BBBB lll kkk fff ``` hhh ttt
# BBBB BBBB lll oooooo ccccccc kkk kkkk fffffff rrr rrr eeeee iii gggggg ggg hhh hhhhh tttttttt
# BBBBBBBBBBBB lll ooo oooo ccc ccc kkk kkk fffffff rrrrrrrr eee eeee iii gggg ggggg hhhh hhhh tttttttt
# BBBBBBBBBBBBBB lll ooo ooo ccc kkkkkkk fff rrrr eeeeeeeeeeeee iii gggg ggg hhh hhh ttt
# BBBB BBB lll ooo ooo ccc kkkk kkkk fff rrr eeeeeeeeeeeee iii ggg ggg hhh hhh ttt
# BBBB BBBB lll oooo oooo cccc ccc kkk kkkk fff rrr eee eee iii ggg gggg hhh hhh tttt ....
# BBBBBBBBBBBBB lll oooooooo ccccccc kkk kkkk fff rrr eeeeeeeee iii gggggg ggg hhh hhh ttttt ....
# ggg ggg
# Blockfreight™ | The blockchain of global freight. ggggggggg
# =================================================================================================================================================
# =================================================================================================================================================
# Docker Compose supports declaring default environment variables in an environment file named .env
# This .env lives in the folder where the docker-compose command is executed (ofbiz-erp)
# NOTE: *** You **** should either:
# A. Replace these values with your own values, or
# B. Over-ride these defaults with environment variables in your CI/CD build tool (Such as Travis CI)
# Note: For a secure deploy Blockfreight, Inc. uses Travis CI environment variables in production. (Not the defaults below :D)
# Set environment DEFAULT values
# Application Environment Variables
ENV_DEFUALT_HOST=127.0.0.1
ENV_VIRTUAL_HOST=127.0.0.1
ENV_LETSENCRYPT_HOST=127.0.0.1
ENV_POSTGRES_USER=ofbiz
ENV_POSTGRES_PASSWORD=ofbiz
ENV_OFBIZ_DB=ofbiz
ENV_OFBIZ_OLAP_DB=ofbizolap
ENV_OFBIZ_TENANT_DB=ofbiztentant