-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
30 lines (23 loc) · 1.02 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
#------------------------------------------------------------
# [[APP_NAME]] ([[APP_URL]])
#
# @link [[APP_REPOSITORY_URL]]
# @copyright Copyright (c) [[COPYRIGHT_YEAR]] [[COPYRIGHT_HOLDER]]
# @license [[LICENSE_URL]] ([[LICENSE]])
#--------------------------------------------------------------
#------------------------------------------------------
# add any environment variables here. They will be loaded
# when build script runs.
#------------------------------------------------------
#------------------------------------------------------
# Indy base directory
# Remove # if you want to use Indy library with
# Fano Framework. Set it to actual path where Indy is.
#------------------------------------------------------
#INDY_DIR="/path/to/indy"
#------------------------------------------------------
# Synapse base directory
# Remove # if you want to use Synapse library with
# Fano Framework. Set it to actual path where Synapse is.
#------------------------------------------------------
#SYNAPSE_DIR="/path/to/synapse"