mirror of
https://github.com/NotAShelf/go-cdn.git
synced 2024-11-01 16:01:14 +00:00
separate config and example config
This commit is contained in:
parent
ba9236a500
commit
4a7e0bf614
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
# Ignore uploads directory
|
# Ignore uploads directory
|
||||||
uploads/
|
uploads/
|
||||||
|
config.json
|
||||||
|
|
6
example_config.json
Normal file
6
example_config.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"username": "admin",
|
||||||
|
"password": "password",
|
||||||
|
"service_port": "8080",
|
||||||
|
"uploads_dir": "uploads/"
|
||||||
|
}
|
Loading…
Reference in a new issue