-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
36 lines (28 loc) · 749 Bytes
/
config.ini
File metadata and controls
36 lines (28 loc) · 749 Bytes
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
[project]
project_name =
project_version = 0.0.1
[organization]
org_name = open-code
[docker_network]
docker_network_name =
[docker_containers]
redis_docker_container_name = redis-localhost
mysql_docker_container_name = mysql-localhost
php_docker_container_name = php_localhost
angular_docker_container_name = angular_localhost
[docker_imgs]
redis_docker_img_name = redis
mysql_docker_img_name = mysql
php_docker_img_name =
angular_docker_img_name =
[docker_img_versions]
redis_docker_img_version = 6.0.5
mysql_docker_img_version = 8.0.20
php_docker_img_version = 0.0.1
angular_docker_img_version = 0.0.1
[app_names]
php_app_name = samplebe
angular_app_name = sample
[app_src_dirs]
php_app_src = SampleBackEnd
angular_app_src = Sample