You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
134 B
15 lines
134 B
1 year ago
|
# ethermap
|
||
1 year ago
|
SITE_NAME=ethermap
|
||
1 year ago
|
|
||
|
# Server Setup
|
||
1 year ago
|
PORT=3000
|
||
1 year ago
|
|
||
|
# Database Setup
|
||
|
DB_PROVIDER=
|
||
|
DB_HOST=
|
||
|
DB_PORT=
|
||
|
DB_NAME=
|
||
|
DB_USER=
|
||
|
DB_PASS=
|
||
|
|