This website requires JavaScript.
Explore
Help
Sign in
archives
/
trantor
Archived
Watch
2
Star
0
Fork
You've already forked trantor
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2025-03-01
. You can view files and clone it, but cannot push or open issues or pull requests.
9d1f1ad5c0
trantor
/
config.go
11 lines
108 B
Go
Raw
Normal View
History
Unescape
Escape
Move constants to a config file
2012-08-22 19:48:02 +02:00
package
main
const
(
Move all the code to a lib folder
2016-05-02 21:36:49 -04:00
PORT
=
"8080"
Use image API for resize images Some jpeg images won't load correctly with it until Go 1.1
2013-03-20 21:25:53 +01:00
Move all the code to a lib folder
2016-05-02 21:36:49 -04:00
DB_IP
=
"127.0.0.1"
DB_NAME
=
"trantor"
Move files to a local folder
2014-08-21 19:24:23 -05:00
Move all the code to a lib folder
2016-05-02 21:36:49 -04:00
STORE_PATH
=
"store/"
Move constants to a config file
2012-08-22 19:48:02 +02:00
)
Reference in a new issue
Copy permalink