.envs
This commit is contained in:
14
.env.local
Normal file
14
.env.local
Normal file
@@ -0,0 +1,14 @@
|
||||
# Local Development Environment Configuration
|
||||
|
||||
# Database Configuration
|
||||
DB_HOST=db:3306
|
||||
DB_NAME=gitea
|
||||
DB_USER=gitea
|
||||
DB_PASSWORD=gitea_password_local
|
||||
MYSQL_ROOT_PASSWORD=root_password_local
|
||||
|
||||
# Gitea Configuration
|
||||
GITEA_DOMAIN=localhost
|
||||
GITEA_ROOT_URL=http://localhost:3000
|
||||
GITEA_HTTP_PORT=3000
|
||||
GITEA_SSH_PORT=2222
|
||||
Reference in New Issue
Block a user