Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Trafffic Simulation Storage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
URBANITE
Open
Trafffic Simulation Storage
Commits
252ba85f
Commit
252ba85f
authored
2 years ago
by
Etxaniz Errazkin, Iñaki
Browse files
Options
Downloads
Patches
Plain Diff
.env recovered from previous master 1dc6dc
parent
e7adf4c6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.env
+18
-0
18 additions, 0 deletions
.env
with
18 additions
and
0 deletions
.env
0 → 100644
+
18
−
0
View file @
252ba85f
# storage API port
STORAGE_PORT=8081
# postgres database
PG_PORT=5432
PG_USER="urbanite"
PG_PASSWORD="password"
PG_DB="urbanite"
PG_HOST="0.0.0.0"
FLASK_SECRET_KEY="secret"
# URLS of other components with ports
DATA_DIR = "/storage/app/data"
HOST_DATA_DIR = "../storage_data"
TS_URL = "http://ts:8082"
DSS_URL = "http://dss:5003"
DEXI_DIR = "/storage/app/dexi"
# city - one of "bilbao", "amsterdam", "messina", "helsinki"
URBANITE_CITY="amsterdam"
DEVELOPMENT=True
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment