Initial commit
This commit is contained in:
9
config/config.json
Normal file
9
config/config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"jwtAudience": "addrss.io",
|
||||
"jwtIssuer": "tomraterman.com",
|
||||
"jwtLifetime": 3600,
|
||||
"jwtKey": "zomgjwtkey",
|
||||
"dsn": "root:zomgpassword@tcp(ratermania.net:3306)/addrss",
|
||||
"port": 1337,
|
||||
"cors.origins": "*"
|
||||
}
|
||||
4
config/config.prod.json
Normal file
4
config/config.prod.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"jwtKey": "{{addrss_JWT_KEY}}",
|
||||
"dsn": "addrss:{{addrss_MYSQL_PASSWORD}}@tcp(172.17.0.1:3306)/addrss"
|
||||
}
|
||||
Reference in New Issue
Block a user