-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update file names in build and release workflows
- Loading branch information
Showing
8 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,10 @@ If you want to develop with this project, you can follow the steps below. | |
git clone [email protected]:funnyzak/go-gin.git && cd go-gin | ||
``` | ||
|
||
2. Copy the `config.yaml.example` file to `config.yaml` and update the values. | ||
2. Copy the `config.example.yaml` file to `config.yaml` and update the values. | ||
|
||
```bash | ||
cp config.yaml.example config.yaml | ||
cp config.example.yaml config.yaml | ||
``` | ||
|
||
3. Run the application. | ||
|
@@ -48,7 +48,7 @@ You can fork this repository and add Secrets Keys: `DOCKER_USERNAME` and `DOCKER | |
├── cmd | ||
│ ├── main.go // The main entry point for the application | ||
│ └── srv // Server controller | ||
├── config.yaml.example // An example configuration file for the project | ||
├── config.example.yaml // An example configuration file for the project | ||
├── docker-compose.yml // Defines services, networks and volumes for docker-compose | ||
├── internal | ||
│ ├── gconfig // Internal package for configuration | ||
|
@@ -77,7 +77,7 @@ You can fork this repository and add Secrets Keys: `DOCKER_USERNAME` and `DOCKER | |
|
||
## Configuration | ||
|
||
The configuration file is in the `config.yaml` file, you can copy the `config.yaml.example` file to `config.yaml` and update the values, the configuration file is as follows: | ||
The configuration file is in the `config.yaml` file, you can copy the `config.example.yaml` file to `config.yaml` and update the values, the configuration file is as follows: | ||
|
||
```yaml | ||
server: | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters