Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws-station-k8s
Commits
4fe8580a
Commit
4fe8580a
authored
Jun 13, 2022
by
Jonathan Schaeffer
Browse files
Fix issue with non UTF8 chars
parent
61c8a7e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
deploy/overlays/dev/config.properties
View file @
4fe8580a
...
...
@@ -7,3 +7,6 @@ PGUSER=wsstation
STATSQUEUE
=
fdsnwsstat
REDIS_QUEUE
=
fdsnwsstat
JAVA_OPTS
=
-DwssConfigDir='/home/sysop/wss-config' -Xmx512m
LANG
=
en_US.UTF-8
LANGUAGE
=
en_US:en
LC_ALL
=
en_US.UTF-8
deploy/overlays/production/config.properties
View file @
4fe8580a
...
...
@@ -6,3 +6,6 @@ PGPORT=6432
PGDATABASE
=
resifInv-Prod
PGUSER
=
wsstation
JAVA_OPTS
=
-Xmx512m -DwssConfigDir='/home/sysop/wss-config'
LANG
=
en_US.UTF-8
LANGUAGE
=
en_US:en
LC_ALL
=
en_US.UTF-8
deploy/overlays/staging/config.properties
View file @
4fe8580a
...
...
@@ -7,3 +7,6 @@ PGUSER=wsstation
STATSQUEUE
=
fdsnwsstat
REDIS_QUEUE
=
fdsnwsstat
JAVA_OPTS
=
-Xmx512m -DwssConfigDir='/home/sysop/wss-config'
LANG
=
en_US.UTF-8
LANGUAGE
=
en_US:en
LC_ALL
=
en_US.UTF-8
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment