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.
trantor/config.go

11 lines
108 B
Go
Raw Normal View History

2012-08-22 19:48:02 +02:00
package main
const (
2016-05-02 21:36:49 -04:00
PORT = "8080"
2016-05-02 21:36:49 -04:00
DB_IP = "127.0.0.1"
DB_NAME = "trantor"
2014-08-21 19:24:23 -05:00
2016-05-02 21:36:49 -04:00
STORE_PATH = "store/"
2012-08-22 19:48:02 +02:00
)